]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/9pfs: Use v9fs_do_close instead of close
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 18 May 2011 11:29:54 +0000 (16:59 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 25 Aug 2011 14:46:42 +0000 (20:16 +0530)
commit9b54ffaab2e7cd09e7da47a9dc9b8f746ebcfe1b
treef40565c820c87c944851ef421f124edeae560c0c
parent9e5b2247eaf56f057402d99285cc76b0d3e8827f
hw/9pfs: Use v9fs_do_close instead of close

we should use the local abstraction instead of
directly calling close.

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