diff options
-rw-r--r-- | fs/fuse/virtio_fs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c index 2de8fc0d6a24..a5c86048b96e 100644 --- a/fs/fuse/virtio_fs.c +++ b/fs/fuse/virtio_fs.c | |||
@@ -980,7 +980,6 @@ __releases(fiq->lock) | |||
980 | { | 980 | { |
981 | unsigned int queue_id = VQ_REQUEST; /* TODO multiqueue */ | 981 | unsigned int queue_id = VQ_REQUEST; /* TODO multiqueue */ |
982 | struct virtio_fs *fs; | 982 | struct virtio_fs *fs; |
983 | struct fuse_conn *fc; | ||
984 | struct fuse_req *req; | 983 | struct fuse_req *req; |
985 | struct virtio_fs_vq *fsvq; | 984 | struct virtio_fs_vq *fsvq; |
986 | int ret; | 985 | int ret; |
@@ -993,7 +992,6 @@ __releases(fiq->lock) | |||
993 | spin_unlock(&fiq->lock); | 992 | spin_unlock(&fiq->lock); |
994 | 993 | ||
995 | fs = fiq->priv; | 994 | fs = fiq->priv; |
996 | fc = fs->vqs[queue_id].fud->fc; | ||
997 | 995 | ||
998 | pr_debug("%s: opcode %u unique %#llx nodeid %#llx in.len %u out.len %u\n", | 996 | pr_debug("%s: opcode %u unique %#llx nodeid %#llx in.len %u out.len %u\n", |
999 | __func__, req->in.h.opcode, req->in.h.unique, | 997 | __func__, req->in.h.opcode, req->in.h.unique, |