Now virtiofs allocates fuse_dev for all queues and does not rely on fuse common code to allocate for request queue. Fix the comment. Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx> --- fs/fuse/virtio_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c index b9256b8f277f..f7c58a4b996d 100644 --- a/fs/fuse/virtio_fs.c +++ b/fs/fuse/virtio_fs.c @@ -1307,7 +1307,7 @@ static int virtio_fs_fill_super(struct super_block *sb, struct fs_context *fsc) } err = -ENOMEM; - /* Allocate fuse_dev for hiprio and notification queues */ + /* Allocate fuse_dev for all the queues */ for (i = 0; i < fs->nvqs; i++) { struct virtio_fs_vq *fsvq = &fs->vqs[i]; -- 2.31.1