531b1094b7
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>
18 lines
209 B
Makefile
18 lines
209 B
Makefile
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 \
|
|
v9fs.o \
|
|
fid.o
|
|
|