commit | a911a182a6bfd3b0257b13f862b0d4fbd9392715 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Feb 05 11:27:46 2013 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Feb 06 08:29:50 2013 -0600 |
tree | 87de08a95d2973d10ff984e36baca6266caffa06 | |
parent | facf98ad987a38d97e12511f81375380b407a828 [diff] |
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>