android_kernel_xiaomi_sm8350/fs/9p
Eric Van Hensbergen 0fc9655ec6 9p: consolidate read/write functions
Currently there are two separate versions of read and write.  One for
dealing with user buffers and the other for dealing with kernel buffers.
There is a tremendous amount of code duplication in the otherwise
identical versions of these functions.  This patch adds an additional
user buffer parameter to read and write and conditionalizes handling of
the buffer on whether the kernel buffer or the user buffer is populated.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2008-10-17 11:04:42 -05:00
..
fid.c
fid.h
Makefile
v9fs_vfs.h 9p: fix O_APPEND in legacy mode 2008-07-03 09:59:03 -05:00
v9fs.c 9p: consolidate transport structure 2008-10-17 11:04:41 -05:00
v9fs.h
vfs_addr.c
vfs_dentry.c
vfs_dir.c [PATCH] fix ->llseek() for a bunch of directories 2008-08-25 01:18:09 -04:00
vfs_file.c 9p: consolidate read/write functions 2008-10-17 11:04:42 -05:00
vfs_inode.c 9p: use an IS_ERR test rather than a NULL test 2008-09-24 16:22:22 -05:00
vfs_super.c 9p: fix error path during early mount 2008-05-14 19:23:27 -05:00