Skip to content

Commit bc21020

Browse files
krzkmstsirkin
authored andcommitted
fuse: virtio: drop owner assignment
virtio core already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Message-Id: <20240331-module-owner-virtio-v2-24-98f04bfaf46a@linaro.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
1 parent e1e4d37 commit bc21020

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/fuse/virtio_fs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,6 @@ static const unsigned int feature_table[] = {};
10231023

10241024
static struct virtio_driver virtio_fs_driver = {
10251025
.driver.name = KBUILD_MODNAME,
1026-
.driver.owner = THIS_MODULE,
10271026
.id_table = id_table,
10281027
.feature_table = feature_table,
10291028
.feature_table_size = ARRAY_SIZE(feature_table),

0 commit comments

Comments
 (0)