On Tue, 27 Feb 2024 at 23:31, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > > > On 2/27/24 07:57, Stefan Hajnoczi wrote: > > virtio_fs_sysfs_exit() is called by: > > - static int __init virtio_fs_init(void) > > - static void __exit virtio_fs_exit(void) > > > > Remove __exit from virtio_fs_sysfs_exit() since virtio_fs_init() is not > > an __exit function. > > > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Closes: https://lore.kernel.org/oe-kbuild-all/202402270649.GYjNX0yw-lkp@xxxxxxxxx/ > > Signed-off-by: Stefan Hajnoczi <stefanha@xxxxxxxxxx> > > > Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested Applied, thanks. Miklos