]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-make-snapshotting-pages-for-stable-writes-a-per-bio-operation-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Mar 2013 04:07:24 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:33:52 +0000 (16:33 +1100)
teeny cleanup

Cc: Darrick J. Wong <darrick.wong@oracle.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/buffer.c

index 6fcad24b132bee87a8c6017ee237b065b11086e7..01d8310d8ef0dae8714bafe15f49fe9902f15c30 100644 (file)
@@ -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;