OSDN Git Service

hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 28 Jan 2014 15:08:25 +0000 (17:08 +0200)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sun, 2 Feb 2014 16:38:54 +0000 (22:08 +0530)
commitb9317661d13230ec9fd1162625b7f812c0cacd37
tree0389ad7e9645025d762bee7566f5805a31e3fbf5
parent0e5fc994d24af4f4f9a1368bf9c2e730c120c549
hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()

All get_st_gen() implementations except handle_ioc_getversion() have
guard for undefined FS_IOC_GETVERSION. Let's add it there too.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
hw/9pfs/virtio-9p-handle.c