linux/drivers/staging/zram
Minchan Kim 8b3cc3edb7 zram: get rid of lockdep warning
Lockdep complains about recursive deadlock of zram->init_lock.
[1] made it false positive because we can't request IO to zram
before setting disksize. Anyway, we should shut lockdep up to
avoid many reporting from user.

[1] : zram: force disksize setting before using zram

Acked-by: Jerome Marchand <jmarchan@redhat.com>
Acked-by: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-02-05 18:01:24 -08:00
..
Kconfig staging: Add angle bracket before and after the URL 2013-01-07 14:56:04 -08:00
Makefile staging: zram: replace xvmalloc with zsmalloc 2012-02-08 17:13:00 -08:00
zram_drv.c zram: get rid of lockdep warning 2013-02-05 18:01:24 -08:00
zram_drv.h zram: get rid of lockdep warning 2013-02-05 18:01:24 -08:00
zram_sysfs.c zram: get rid of lockdep warning 2013-02-05 18:01:24 -08:00
zram.txt zram: force disksize setting before using zram 2013-02-03 17:52:49 -08:00