diff options
author | Wei Liu <wei.liu2@citrix.com> | 2015-11-18 18:31:52 +0000 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2016-01-08 12:47:35 +0530 |
commit | 267ae092e211f4f5ffe2340b7f869fcab3c5c027 (patch) | |
tree | 763d721eb9b3ebdf240ca9f03b8a5c0ad1625bff /hw/9pfs/Makefile.objs | |
parent | 364031f17932814484657e5551ba12957d993d7e (diff) |
9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}
These three files are not virtio specific. Rename them to generic
names.
Fix comments and header inclusion in various files.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/Makefile.objs')
-rw-r--r-- | hw/9pfs/Makefile.objs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs index ba62571d57..838c5e1eb9 100644 --- a/hw/9pfs/Makefile.objs +++ b/hw/9pfs/Makefile.objs @@ -1,6 +1,6 @@ common-obj-y = virtio-9p.o -common-obj-y += 9p-local.o virtio-9p-xattr.o -common-obj-y += virtio-9p-xattr-user.o 9p-posix-acl.o +common-obj-y += 9p-local.o 9p-xattr.o +common-obj-y += 9p-xattr-user.o 9p-posix-acl.o common-obj-y += coth.o cofs.o codir.o cofile.o common-obj-y += coxattr.o 9p-synth.o common-obj-$(CONFIG_OPEN_BY_HANDLE) += 9p-handle.o |