commit | 95895e178a1e6a9fe33487de0c09869f49953aae | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Thu Aug 17 13:12:55 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Aug 18 08:45:29 2017 -0600 |
tree | 2529cc51d4c6848abedd5c87667ccefe365476b3 | |
parent | e1d06f2d8a3e4bc88f3c2052adb3ed8804da1096 [diff] |
skd: Remove set-but-not-used local variables These variables have been detected by building with W=1. Declare 'acc' as __maybe_unused because most access_ok() implementations ignore their first argument. This patch does not change any functionality. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Hannes Reinecke <hare@suse.de> Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>