From: Kemeng Shi Date: Wed, 18 Dec 2024 14:54:14 +0000 (+0800) Subject: ext4: remove unneeded forward declaration X-Git-Tag: v6.15-rc1~145^2~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e22ff3bc9358f994e65c870e2c4a8002ba81791;p=thirdparty%2Fkernel%2Flinux.git ext4: remove unneeded forward declaration Remove unneeded forward declaration of ext4_destroy_lazyinit_thread(). Signed-off-by: Kemeng Shi Reviewed-by: Zhang Yi Reviewed-by: Jan Kara Link: https://patch.msgid.link/20241218145414.1422946-4-shikemeng@huaweicloud.com Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 957b19b53d5b6..a963ffda692a7 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -79,7 +79,6 @@ static int ext4_unfreeze(struct super_block *sb); static int ext4_freeze(struct super_block *sb); static inline int ext2_feature_set_ok(struct super_block *sb); static inline int ext3_feature_set_ok(struct super_block *sb); -static void ext4_destroy_lazyinit_thread(void); static void ext4_unregister_li_request(struct super_block *sb); static void ext4_clear_request_list(void); static struct inode *ext4_get_journal_inode(struct super_block *sb,