projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92abd7
)
jbd2: clean up indentation issue, replace spaces with tab
author
Colin Ian King
<colin.king@canonical.com>
Tue, 4 Dec 2018 05:20:10 +0000
(
00:20
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 4 Dec 2018 05:20:10 +0000
(
00:20
-0500)
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>
fs/jbd2/transaction.c
patch
|
blob
|
history
diff --git
a/fs/jbd2/transaction.c
b/fs/jbd2/transaction.c
index 116d8251fbff56c65abbb5000e8a918da50cb8be..cc35537232f28317b9f81691d5fada1276f3e94b 100644
(file)
--- 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