lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20241218113708.t3cpe3a7b3tmkkni@quack3> Date: Wed, 18 Dec 2024 12:37:08 +0100 From: Jan Kara <jack@...e.cz> To: Kemeng Shi <shikemeng@...weicloud.com> Cc: tytso@....edu, adilger.kernel@...ger.ca, jack@...e.com, dennis.lamerice@...il.com, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org Subject: Re: [PATCH 3/3] ext4: remove unneeded forward declaration On Tue 17-12-24 20:03:56, Kemeng Shi wrote: > Remove unneeded forward declaration of ext4_destroy_lazyinit_thread(). > > Signed-off-by: Kemeng Shi <shikemeng@...weicloud.com> Looks good. Feel free to add: Reviewed-by: Jan Kara <jack@...e.cz> Honza > --- > fs/ext4/super.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/ext4/super.c b/fs/ext4/super.c > index 8dfda41dabaa..d294cd43d3f2 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, > -- > 2.30.0 > -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists