On Mon, Sep 01, 2025 at 07:17:07PM +0200, Jan Kara wrote:
> On Wed 13-08-25 15:55:23, Xing Guo wrote:
> > Commit c6d9775c2066 ("selftests/fs/mount-notify: build with tools include
> > dir") introduces the struct __kernel_fsid_t to decouple dependency with
> > headers_install. The commit forgets to define a macro for __kernel_fsid_t
> > and it will cause type re-definition issue.
> >
> > Reported-by: kernel test robot <[email protected]>
> > Closes: https://lore.kernel.org/oe-lkp/[email protected]
> > Signed-off-by: Xing Guo <[email protected]>
> > Acked-by: Amir Goldstein <[email protected]>
>
> Christian, quick search didn't find this patch in your tree. Any reason you
> didn't pick it up?
Weird. Thanks for the reminder, Jan! Picked into vfs.fixes now!