Skip to content

Commit c864ccd

Browse files
riteshharjanitytso
authored andcommitted
ext4: remove unused enum EXT4_FC_COMMIT_FAILED
Below commit removed all references of EXT4_FC_COMMIT_FAILED. commit 0915e46 ("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]>
1 parent 2bb8dd4 commit c864ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ext4/fast_commit.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ enum {
9393
EXT4_FC_REASON_RENAME_DIR,
9494
EXT4_FC_REASON_FALLOC_RANGE,
9595
EXT4_FC_REASON_INODE_JOURNAL_DATA,
96-
EXT4_FC_COMMIT_FAILED,
9796
EXT4_FC_REASON_MAX
9897
};
9998

0 commit comments

Comments
 (0)