add patch update-locking-documentation-for-transaction_t
[ext4-patch-queue.git] / jbd2-clean-up-indentation-issue
blobef0818ef44e8348142e1877768ea22363c06edca
1 jbd2: clean up indentation issue, replace spaces with tab
3 From: Colin Ian King <colin.king@canonical.com>
5 There is a statement that is indented with spaces, replace it with
6 a tab.
8 Reviewed-by: Jan Kara <jack@suse.cz>
9 Signed-off-by: Colin Ian King <colin.king@canonical.com>
10 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
11 ---
12  fs/jbd2/transaction.c | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
15 diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c
16 index c0b66a7a795b..4af8ff17ad5c 100644
17 --- a/fs/jbd2/transaction.c
18 +++ b/fs/jbd2/transaction.c
19 @@ -910,7 +910,7 @@ do_get_write_access(handle_t *handle, struct journal_head *jh,
20          * this is the first time this transaction is touching this buffer,
21          * reset the modified flag
22          */
23 -       jh->b_modified = 0;
24 +       jh->b_modified = 0;
26         /*
27          * If the buffer is not journaled right now, we need to make sure it
28 -- 
29 2.19.1