On Fri 13-09-24 09:10:04, Jiapeng Chong wrote: > No functional modification involved. > > fs/inode.c:242: warning: expecting prototype for inode_init_always(). Prototype was for inode_init_always_gfp() instead. > > Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx> > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10845 > Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> I think this is a fallout from Michal's patch [1] which will be respinned anyway AFAIU. Michal, can you please fixup the kernel doc when sending new version of the patch? Thanks! Honza [1] https://lore.kernel.org/all/20240827061543.1235703-1-mhocko@xxxxxxxxxx/ > --- > fs/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/inode.c b/fs/inode.c > index c391365cdfa7..6763900a7a87 100644 > --- a/fs/inode.c > +++ b/fs/inode.c > @@ -229,7 +229,7 @@ static int no_open(struct inode *inode, struct file *file) > } > > /** > - * inode_init_always - perform inode structure initialisation > + * inode_init_always_gfp - perform inode structure initialisation > * @sb: superblock inode belongs to > * @inode: inode to initialise > * @gfp: allocation flags > -- > 2.32.0.3.g01195cf9f > -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR