9p: pass dotl flags to the unlinkat method
commit930b588395b8f5864e10688075482e421af7b43d
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Nov 2011 16:35:38 +0000 (18 17:35 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 21 Nov 2011 20:58:49 +0000 (21 14:58 -0600)
tree27f37132c51bf5d3c8db17b36005f03ce59ab1d2
parentf5654039497b7c5a2d3fe38d0fcf7898596b21f7
9p: pass dotl flags to the unlinkat method

AT_REMOVEDIR is not defined on all systems.  Pass the raw flags from the
9p protocol, which are always there.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/9pfs/virtio-9p-handle.c
hw/9pfs/virtio-9p.c