]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block: Declare local symbols static
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 21 Jun 2017 17:55:45 +0000 (10:55 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Jun 2017 18:01:13 +0000 (12:01 -0600)
commite0fc443a8643d4c9b330a637a1e6a422a44dde2a
treee4dba95d23ea95453884c0bca4215b71e0e77aab
parente29387ebd86e903702422a8361fd3e03aca25573
block: Declare local symbols static

Avoid that building with W=1 causes the compiler to complain that
a declaration for bounce_bio_set and bounce_bio_split is missing.

References: commit a8821f3f32be ("block: Improvements to bounce-buffer handling")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Neil Brown <neilb@suse.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bounce.c