commit | b9317661d13230ec9fd1162625b7f812c0cacd37 | [log] [tgz] |
---|---|---|
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | Tue Jan 28 17:08:25 2014 +0200 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Sun Feb 02 22:08:54 2014 +0530 |
tree | 0389ad7e9645025d762bee7566f5805a31e3fbf5 | |
parent | 0e5fc994d24af4f4f9a1368bf9c2e730c120c549 [diff] |
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>