On Sat, 27 Nov 2021 at 11:14, Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> wrote: > > No need to generate virtio_fs.o first and then link to virtiofs.o, just > rename virtio_fs.c to virtiofs.c and remove "virtiofs-y := virtio_fs.o" > in Makefile, also update MAINTAINERS. Additionally, rename the private > header file fuse_i.h to fuse.h, like ext4.h in fs/ext4, xfs.h in fs/xfs > and f2fs.h in fs/f2fs. Sorry, no. This will make backport of bugfixes harder for no good reason. Thanks, Miklos