]> git.proxmox.com Git - mirror_qemu.git/commit
qemu/9p: Don't ignore error in fid clunk
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 5 Feb 2013 05:57:46 +0000 (11:27 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 6 Feb 2013 14:29:50 +0000 (08:29 -0600)
commita911a182a6bfd3b0257b13f862b0d4fbd9392715
tree87de08a95d2973d10ff984e36baca6266caffa06
parentfacf98ad987a38d97e12511f81375380b407a828
qemu/9p: Don't ignore error in fid clunk

We use the clunk request to do the actual xattr operation. So don't
ignore the error value for fid clunk.

Security model "none" don't support posix acl. Without this patch
guest won't get EOPNOTSUPP error on setxattr("system.posix_acl_access")

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/9pfs/virtio-9p.c