OSDN Git Service

UPSTREAM: zram: use zram_slot_lock instead of raw bit_spin_lock op
authorMinchan Kim <minchan@kernel.org>
Wed, 3 May 2017 21:55:44 +0000 (14:55 -0700)
committerPeter Kalauskas <peskal@google.com>
Thu, 23 Aug 2018 19:00:18 +0000 (12:00 -0700)
commit5a9106094ba9634e00b19a1dc8515756777c13c3
treedbb600123c6dca255b351f897ff18ae4472e22db
parent9956749a9a6e812481a83404bae6ff0396bb8326
UPSTREAM: zram: use zram_slot_lock instead of raw bit_spin_lock op

With this clean-up phase, I want to use zram's wrapper function to lock
table access which is more consistent with other zram's functions.

Link: http://lkml.kernel.org/r/1492052365-16169-4-git-send-email-minchan@kernel.org
Signed-off-by: Minchan Kim <minchan@kernel.org>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit 86c49814d449ebc51c7d455ac8e3d17b9fa702eb)
Signed-off-by: Peter Kalauskas <peskal@google.com>
Bug: 112488418
Change-Id: I6afee89dce63dff6d759c78e25926814fc016107
drivers/block/zram/zram_drv.c