diff options
author | Minchan Kim <minchan@kernel.org> | 2017-02-24 23:56:47 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-25 02:46:54 +0100 |
commit | a09759acaacf6cf738e1bc6c66d41485c87fd371 (patch) | |
tree | 0ffdb1ead5874b09ebbbb13cccc819ff9b3d68a5 /mm | |
parent | mm: fix comments for mmap_init() (diff) | |
download | linux-a09759acaacf6cf738e1bc6c66d41485c87fd371.tar.xz linux-a09759acaacf6cf738e1bc6c66d41485c87fd371.zip |
zram: remove waitqueue for IO done
zram_reset_device() waits for ongoing writepage pages to be completed by
zram->refcount logic. However, it's pointless because before the reset,
we prevent further opening of zram by zram->claim and flush all of
pending IO by fsync_bdev so there should be no pending IO at the
zram_reset_device().
So let's remove that code which is even broken due to the lack of
wake_up elsewhere.
Link: http://lkml.kernel.org/r/1485145031-11661-1-git-send-email-minchan@kernel.org
Signed-off-by: Minchan Kim <minchan@kernel.org>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions