diff options
| author | Ritesh Harjani <[email protected]> | 2022-03-12 05:39:46 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2022-03-13 02:26:08 +0000 |
| commit | c864ccd182d6ff2730a0f5b636c6b7c48f6f4f7f (patch) | |
| tree | e8dc57dad73079990a4afa58108b48d85112f07a /fs/ext4/fast_commit.h | |
| parent | ext4: warn when dirtying page w/o buffers in data=journal mode (diff) | |
| download | kernel-c864ccd182d6ff2730a0f5b636c6b7c48f6f4f7f.tar.gz kernel-c864ccd182d6ff2730a0f5b636c6b7c48f6f4f7f.zip | |
ext4: remove unused enum EXT4_FC_COMMIT_FAILED
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 <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Reviewed-by: Harshad Shirwadkar <[email protected]>
Link: https://lore.kernel.org/r/c941357e476be07a1138c7319ca5faab7fb80fc6.1647057583.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.h')
| -rw-r--r-- | fs/ext4/fast_commit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/fast_commit.h b/fs/ext4/fast_commit.h index 02afa52e8e41..80414dcba6e1 100644 --- 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 }; |
