summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/fuse/virtio_fs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c
index 7ea58606cc1d..a2724b77221d 100644
--- a/fs/fuse/virtio_fs.c
+++ b/fs/fuse/virtio_fs.c
@@ -960,13 +960,6 @@ __releases(fiq->lock)
960 960
961 fpq = &fs->vqs[queue_id].fud->pq; 961 fpq = &fs->vqs[queue_id].fud->pq;
962 spin_lock(&fpq->lock); 962 spin_lock(&fpq->lock);
963 if (!fpq->connected) {
964 spin_unlock(&fpq->lock);
965 req->out.h.error = -ENODEV;
966 pr_err("virtio-fs: %s disconnected\n", __func__);
967 fuse_request_end(fc, req);
968 return;
969 }
970 list_add_tail(&req->list, fpq->processing); 963 list_add_tail(&req->list, fpq->processing);
971 spin_unlock(&fpq->lock); 964 spin_unlock(&fpq->lock);
972 set_bit(FR_SENT, &req->flags); 965 set_bit(FR_SENT, &req->flags);