virtiofs: drop __exit from virtio_fs_sysfs_exit()
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 27 Feb 2024 15:57:56 +0000 (10:57 -0500)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 5 Mar 2024 12:40:42 +0000 (13:40 +0100)
commitd30ff89870482d88807393b592d5f0d1d4bc5e2a
tree009edf865cc29b5a155fef9b8a72f9de30621f5a
parentfda0b98ef0a6a2e3fe328b869d53002c8c82001b
virtiofs: drop __exit from virtio_fs_sysfs_exit()

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@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402270649.GYjNX0yw-lkp@intel.com/
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/virtio_fs.c