aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-04-12 12:13:59 +0200
committerJens Axboe <axboe@fb.com>2017-04-19 10:19:47 -0600
commitd0fac02563d4fccaaf7c112f314cc5ad39aabdee (patch)
tree05b4851f625136e33cf0baf726b06dbe87c34b6a /block/blk-core.c
parentblock: remove blk_end_request_cur (diff)
downloadlinux-dev-d0fac02563d4fccaaf7c112f314cc5ad39aabdee.tar.xz
linux-dev-d0fac02563d4fccaaf7c112f314cc5ad39aabdee.zip
block: make __blk_end_bidi_request private
blk_insert_flush should be using __blk_end_request to start with. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index 728299323f65..9697b789408f 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -2805,7 +2805,7 @@ static bool blk_end_bidi_request(struct request *rq, int error,
* %false - we are done with this request
* %true - still buffers pending for this request
**/
-bool __blk_end_bidi_request(struct request *rq, int error,
+static bool __blk_end_bidi_request(struct request *rq, int error,
unsigned int nr_bytes, unsigned int bidi_bytes)
{
if (blk_update_bidi_request(rq, error, nr_bytes, bidi_bytes))