zram: remove unnecessary free
authorMinchan Kim <minchan@kernel.org>
Thu, 30 Jan 2014 23:46:01 +0000 (15:46 -0800)
committerAlex Shi <alex.shi@linaro.org>
Mon, 11 May 2015 11:31:15 +0000 (19:31 +0800)
commit6eb4a8a4531c2411703a9c43428ad9de7e762a2f
treee9ee6629f99d60a156b8379fa44bbb6dd1c0a210
parentee76411779c7fb286de437bd15367ff39ae88e6a
zram: remove unnecessary free

Commit a0c516cbfc74 ("zram: don't grab mutex in zram_slot_free_noity")
introduced pending zram slot free in zram's write path in case of
missing slot free by memory allocation failure in zram_slot_free_notify
but it is not necessary because we have already freed the slot right
before overwriting.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Jerome Marchand <jmarchan@redhat.com>
Tested-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>
(cherry picked from commit 874e3cddc33f0c0f9cc08ad2b73fa0cbe7dfaa63)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/block/zram/zram_drv.c