summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall_defs.h
diff options
context:
space:
mode:
authorArnaud Patard2009-04-21 20:04:18 +0200
committerRiku Voipio2009-06-16 15:56:28 +0200
commit6f932f9172228f51afebad9b215d1874e887eb65 (patch)
tree407a243e5d0672454317ab93da376dc5626468d4 /linux-user/syscall_defs.h
parentFix struct termios host - target translation (diff)
downloadqemu-6f932f9172228f51afebad9b215d1874e887eb65.tar.gz
qemu-6f932f9172228f51afebad9b215d1874e887eb65.tar.xz
qemu-6f932f9172228f51afebad9b215d1874e887eb65.zip
Return EOPNOTSUPP instead of ENOSYS for *xattr* syscalls
In current code, we're sending ENOSYS to target when a syscall for the xattrs is done. This makes applications like ls complain loudly about that and breaks scripts parsing the output. Moreover, iirc, implemented features of filesystems are are sending EOPNOTSUPP (I've not checked so I may be a little bit wrong on that...). So, I'm proposing to return -EOPNOTSUPP and make ls happy Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Diffstat (limited to 'linux-user/syscall_defs.h')
0 files changed, 0 insertions, 0 deletions