diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 19:44:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 19:44:53 -0400 |
commit | d2a9a8ded48bec153f08ee87a40626c8d0737f79 (patch) | |
tree | e4a90a4f2f65632506e3e04613891cb602843523 /fs/9p/Makefile | |
parent | 2d896c780db9cda5dc102bf7a0a2cd4394c1342e (diff) | |
parent | 0af8887ebf4556a76680a61b0bb156d934702c63 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:
9p: fix a race condition bug in umount which caused a segfault
9p: re-enable mount time debug option
9p: cache meta-data when cache=loose
net/9p: set error to EREMOTEIO if trans->write returns zero
net/9p: change net/9p module name to 9pnet
9p: Reorganization of 9p file system code
Diffstat (limited to 'fs/9p/Makefile')
-rw-r--r-- | fs/9p/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile index 87897f84dfb6..bc7f0d1551e6 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile | |||
@@ -1,18 +1,12 @@ | |||
1 | obj-$(CONFIG_9P_FS) := 9p.o | 1 | obj-$(CONFIG_9P_FS) := 9p.o |
2 | 2 | ||
3 | 9p-objs := \ | 3 | 9p-objs := \ |
4 | trans_fd.o \ | ||
5 | mux.o \ | ||
6 | fcall.o \ | ||
7 | conv.o \ | ||
8 | vfs_super.o \ | 4 | vfs_super.o \ |
9 | vfs_inode.o \ | 5 | vfs_inode.o \ |
10 | vfs_addr.o \ | 6 | vfs_addr.o \ |
11 | vfs_file.o \ | 7 | vfs_file.o \ |
12 | vfs_dir.o \ | 8 | vfs_dir.o \ |
13 | vfs_dentry.o \ | 9 | vfs_dentry.o \ |
14 | error.o \ | ||
15 | v9fs.o \ | 10 | v9fs.o \ |
16 | fid.o \ | 11 | fid.o \ |
17 | fcprint.o | ||
18 | 12 | ||