From e5e36e10f3056465e398bb90697cfd3d2b6e7ed1 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Mar 2013 15:07:24 +1100 Subject: [PATCH] mm-make-snapshotting-pages-for-stable-writes-a-per-bio-operation-fix-fix teeny cleanup Cc: Darrick J. Wong Cc: Jan Kara Cc: Jens Axboe Signed-off-by: Andrew Morton --- fs/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/buffer.c b/fs/buffer.c index 6fcad24b132b..01d8310d8ef0 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -2949,7 +2949,7 @@ static void guard_bh_eod(int rw, struct bio *bio, struct buffer_head *bh) } } -int _submit_bh(int rw, struct buffer_head * bh, unsigned long bio_flags) +int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags) { struct bio *bio; int ret = 0; -- 2.39.5