Skip to content

Commit 6dbd300

Browse files
Shijie Luotytso
authored andcommitted
ext4: remove some redundant function declarations
ext4 update feature functions do not exist now, remove these useless function declarations. Signed-off-by: Shijie Luo <[email protected]> Reviewed-by: Ritesh Harjani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent f25391e commit 6dbd300

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

fs/ext4/ext4.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,12 +2959,6 @@ do { \
29592959

29602960
#endif
29612961

2962-
extern int ext4_update_compat_feature(handle_t *handle, struct super_block *sb,
2963-
__u32 compat);
2964-
extern int ext4_update_rocompat_feature(handle_t *handle,
2965-
struct super_block *sb, __u32 rocompat);
2966-
extern int ext4_update_incompat_feature(handle_t *handle,
2967-
struct super_block *sb, __u32 incompat);
29682962
extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
29692963
struct ext4_group_desc *bg);
29702964
extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,

0 commit comments

Comments
 (0)