UPSTREAM: zram: use zram_free_page instead of open-coded
authorMinchan Kim <minchan@kernel.org>
Wed, 3 May 2017 21:55:53 +0000 (14:55 -0700)
committerMichael Benedict <michaelbt@live.com>
Fri, 30 Aug 2019 07:41:54 +0000 (17:41 +1000)
commit9b0cba96cf111c77d6eb797c67095021f2b66dc7
treed69c799707334a7ec23c69ce3cba20284bddc065
parent4c7fbe872e79e05c86f9674bf3b99b501e9c6d70
UPSTREAM: zram: use zram_free_page instead of open-coded

The zram_free_page already handles NULL handle case and same page so use
it to reduce error probability.  (Acutaully, I made a mistake when I
handled same page feature)

Link: http://lkml.kernel.org/r/1492052365-16169-7-git-send-email-minchan@kernel.org
Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Cc: 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 302128dce142d780417aa548bfd7ef4dfb89fa80)
Signed-off-by: Peter Kalauskas <peskal@google.com>
Bug: 112488418
Change-Id: Ie38c52dfb1959377936b7cd9158ad1b5a02219bd
drivers/block/zram/zram_drv.c