From: Andrew Morton Date: Wed, 20 Mar 2013 04:07:24 +0000 (+1100) Subject: mm-make-snapshotting-pages-for-stable-writes-a-per-bio-operation-fix-fix X-Git-Tag: next-20130321~2^2~330 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e5e36e10f3056465e398bb90697cfd3d2b6e7ed1;p=karo-tx-linux.git 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 --- 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;