summaryrefslogtreecommitdiffstats
path: root/fs/9p/Makefile
diff options
context:
space:
mode:
authorLatchesar Ionkov2006-01-08 10:05:00 +0100
committerLinus Torvalds2006-01-09 05:14:06 +0100
commit531b1094b74365dcc55fa464d28a9a2497ae825d (patch)
treea0384dabe3be1c844166d028b3ef7c21c3dfe5fc /fs/9p/Makefile
parent[PATCH] v9fs: fix fid management in v9fs_create (diff)
downloadkernel-qcow2-linux-531b1094b74365dcc55fa464d28a9a2497ae825d.tar.gz
kernel-qcow2-linux-531b1094b74365dcc55fa464d28a9a2497ae825d.tar.xz
kernel-qcow2-linux-531b1094b74365dcc55fa464d28a9a2497ae825d.zip
[PATCH] v9fs: zero copy implementation
Performance enhancement reducing the number of copies in the data and stat paths. Signed-off-by: Latchesar Ionkov <lucho@ionkov.net> Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/9p/Makefile')
-rw-r--r--fs/9p/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile
index e4e4ffe5a7dc..3d023089707e 100644
--- a/fs/9p/Makefile
+++ b/fs/9p/Makefile
@@ -1,17 +1,17 @@
obj-$(CONFIG_9P_FS) := 9p2000.o
9p2000-objs := \
+ trans_fd.o \
+ trans_sock.o \
+ mux.o \
+ 9p.o \
+ conv.o \
vfs_super.o \
vfs_inode.o \
vfs_file.o \
vfs_dir.o \
vfs_dentry.o \
error.o \
- mux.o \
- trans_fd.o \
- trans_sock.o \
- 9p.o \
- conv.o \
v9fs.o \
fid.o