Fixes: 61b4603b8338 ("buffer_head: separate out create_bh_bio() from submit_bh_wbc()")
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
buffer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/buffer.c b/fs/buffer.c
index eb15599..b793f6d 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -3055,8 +3055,8 @@ void guard_bio_eod(int op, struct bio *bio)
}
}
-struct bio *create_bh_bio(int op, int op_flags, struct buffer_head *bh,
- enum rw_hint write_hint)
+static struct bio *create_bh_bio(int op, int op_flags, struct buffer_head *bh,
+ enum rw_hint write_hint)
{
struct bio *bio;
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html