]> git.proxmox.com Git - mirror_qemu.git/commit - tools/virtiofsd/passthrough_ll.c
virtiofsd: passthrough_ll: clean up cache related options
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 15 Nov 2018 14:29:51 +0000 (15:29 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jan 2020 16:41:37 +0000 (16:41 +0000)
commit230e777b5e250759ee0480fcc0e9ccfa2b082fba
tree551b2a6b242a4f04f68717821778c5da1493e588
parent3ca8a2b1c83eb185c232a4e87abbb65495263756
virtiofsd: passthrough_ll: clean up cache related options

 - Rename "cache=never" to "cache=none" to match 9p's similar option.

 - Rename CACHE_NORMAL constant to CACHE_AUTO to match the "cache=auto"
   option.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/helper.c
tools/virtiofsd/passthrough_ll.c