commit | 7ee1e2e631dbf0ff0df2a67a1e01ba3c1dce7a46 | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Tue Oct 15 13:46:23 2019 -0400 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Oct 21 15:57:07 2019 +0200 |
tree | bf400ed515d2997f85285994c0fb73cd322908c0 | |
parent | 51fecdd2555b3e0e05a78d30093c638d164a32f9 [diff] |
virtiofs: No need to check fpq->connected state In virtiofs we keep per queue connected state in virtio_fs_vq->connected and use that to end request if queue is not connected. And virtiofs does not even touch fpq->connected state. We probably need to merge these two at some point of time. For now, simplify the code a bit and do not worry about checking state of fpq->connected. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>