projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb8dd4
)
ext4: remove unused enum EXT4_FC_COMMIT_FAILED
author
Ritesh Harjani
<riteshh@linux.ibm.com>
Sat, 12 Mar 2022 05:39:46 +0000
(11:09 +0530)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 13 Mar 2022 02:26:08 +0000
(21:26 -0500)
Below commit removed all references of EXT4_FC_COMMIT_FAILED.
commit
0915e464cb274
("ext4: simplify updating of fast commit stats")
Just remove it since it is not used anymore.
Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link:
https://lore.kernel.org/r/c941357e476be07a1138c7319ca5faab7fb80fc6.1647057583.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/fast_commit.h
patch
|
blob
|
history
diff --git
a/fs/ext4/fast_commit.h
b/fs/ext4/fast_commit.h
index 02afa52e8e41bc1b7c1d26a01586f1c5229b96a7..80414dcba6e1b5853cd188e05e5783552ccd9759 100644
(file)
--- a/
fs/ext4/fast_commit.h
+++ b/
fs/ext4/fast_commit.h
@@
-93,7
+93,6
@@
enum {
EXT4_FC_REASON_RENAME_DIR,
EXT4_FC_REASON_FALLOC_RANGE,
EXT4_FC_REASON_INODE_JOURNAL_DATA,
- EXT4_FC_COMMIT_FAILED,
EXT4_FC_REASON_MAX
};