aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@wdc.com>2018-03-18 17:36:31 -0700
committerJens Axboe <axboe@kernel.dk>2018-03-18 20:15:20 -0600
commit42361469ae84c851e40cb1f94c8c9a14cdd94039 (patch)
treeeaa279b13e1565226a32e994f681902fdacd8ccb /drivers/md/bcache/journal.c
parentbcache: Remove an unused variable (diff)
downloadlinux-dev-42361469ae84c851e40cb1f94c8c9a14cdd94039.tar.xz
linux-dev-42361469ae84c851e40cb1f94c8c9a14cdd94039.zip
bcache: Suppress more warnings about set-but-not-used variables
This patch does not change any functionality. Reviewed-by: Michael Lyle <mlyle@lyle.org> Reviewed-by: Coly Li <colyli@suse.de> Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/bcache/journal.c')
-rw-r--r--drivers/md/bcache/journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c
index c94085f400a4..acd0e5c074dd 100644
--- a/drivers/md/bcache/journal.c
+++ b/drivers/md/bcache/journal.c
@@ -493,7 +493,7 @@ static void journal_reclaim(struct cache_set *c)
struct cache *ca;
uint64_t last_seq;
unsigned iter, n = 0;
- atomic_t p;
+ atomic_t p __maybe_unused;
atomic_long_inc(&c->reclaim);