zram: move comp allocation out of init_lock
authorSergey Senozhatsky <[email protected]>
Mon, 7 Apr 2014 22:38:19 +0000 (15:38 -0700)
committerLinus Torvalds <[email protected]>
Mon, 7 Apr 2014 23:36:02 +0000 (16:36 -0700)
commitd61f98c70e8b0d324e8e83be2ed546d6295e63f3
treeef4c07ad1d867c0ad97d0478decd78ba209a9387
parent6e76668e415adf799839f0ab205142ad7002d260
zram: move comp allocation out of init_lock

While fixing lockdep spew of ->init_lock reported by Sasha Levin [1],
Minchan Kim noted [2] that it's better to move compression backend
allocation (using GPF_KERNEL) out of the ->init_lock lock, same way as
with zram_meta_alloc(), in order to prevent the same lockdep spew.

[1] https://lkml.org/lkml/2014/2/27/337
[2] https://lkml.org/lkml/2014/3/3/32

Signed-off-by: Sergey Senozhatsky <[email protected]>
Reported-by: Minchan Kim <[email protected]>
Acked-by: Minchan Kim <[email protected]>
Cc: Sasha Levin <[email protected]>
Acked-by: Jerome Marchand <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/block/zram/zram_drv.c