Re: [PATCH v6 0/4] hide ->i_state behind accessors
From: Christian Brauner
Date: Tue Oct 07 2025 - 07:07:56 EST
> I rebased the patchset on top of vfs-6.19.inode and got a build failure:
>
> fs/ocfs2/super.c:132:27: error: ‘inode_just_drop’ undeclared here (not
> in a function)
> 132 | .drop_inode = inode_just_drop,
> | ^~~~~~~~~~~~~~~
>
> and sure enough the commit renaming that helper is missing. Can you
> please rebase the branch?
Done. Thanks!