[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>
This commit is contained in:

committed by
Linus Torvalds

parent
d8da097afb
commit
531b1094b7
@@ -31,9 +31,6 @@
|
||||
#include "v9fs.h"
|
||||
#include "9p.h"
|
||||
#include "v9fs_vfs.h"
|
||||
#include "transport.h"
|
||||
#include "mux.h"
|
||||
#include "conv.h"
|
||||
#include "fid.h"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user