|
|
@@ -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))
|