diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-01-10 14:51:47 -0500 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2011-01-11 10:58:07 -0500 |
commit | 53c06f4e0a4621bb40c8be6ff701e07f6226143d (patch) | |
tree | d7e9a50a91c00e06765ceb47f8ebb5a13624e977 /fs/9p/Makefile | |
parent | 255614c45943d43a3778a04b214692346b9d5049 (diff) |
fs/9p: Move dotl inode operations into a seperate file
Source Code Reorganization
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'fs/9p/Makefile')
-rw-r--r-- | fs/9p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile index f8ba37effd1b..ab8c12780634 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile | |||
@@ -3,6 +3,7 @@ obj-$(CONFIG_9P_FS) := 9p.o | |||
3 | 9p-objs := \ | 3 | 9p-objs := \ |
4 | vfs_super.o \ | 4 | vfs_super.o \ |
5 | vfs_inode.o \ | 5 | vfs_inode.o \ |
6 | vfs_inode_dotl.o \ | ||
6 | vfs_addr.o \ | 7 | vfs_addr.o \ |
7 | vfs_file.o \ | 8 | vfs_file.o \ |
8 | vfs_dir.o \ | 9 | vfs_dir.o \ |