]> 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>
Sat, 23 Mar 2013 02:31:36 +0000 (13:31 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 05:10:54 +0000 (16:10 +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 6091589110e17fb7c33d349b343381fa0f2c77f9..328a9312c6511ebd16e1bb20c34ca77e7ddd9297 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;