aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/transaction.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-12-04 00:20:10 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-12-04 00:20:10 -0500
commit561405f031fec0a124a19c8f16275730f63fb3d9 (patch)
tree3f34dcacd2e025b6d0d7b8ebcd3ece63f1b1ce06 /fs/jbd2/transaction.c
parenta92abd738d243a3bcd864a9aa9cb9345e41be83d (diff)
downloadlinux-561405f031fec0a124a19c8f16275730f63fb3d9.tar.gz
jbd2: clean up indentation issue, replace spaces with tab
There is a statement that is indented with spaces, replace it with a tab. Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2/transaction.c')
-rw-r--r--fs/jbd2/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c
index 116d8251fbff5..cc35537232f28 100644
--- a/fs/jbd2/transaction.c
+++ b/fs/jbd2/transaction.c
@@ -943,7 +943,7 @@ repeat:
* this is the first time this transaction is touching this buffer,
* reset the modified flag
*/
- jh->b_modified = 0;
+ jh->b_modified = 0;
/*
* If the buffer is not journaled right now, we need to make sure it