[PATCH] v9fs: add readpage support
authorEric Van Hensbergen <ericvh@hera.kernel.org>
Thu, 19 Jan 2006 01:43:02 +0000 (17:43 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:22 +0000 (19:20 -0800)
commit147b31cf09ee493aa71c87c0dd2eef74b6b2aeba
tree7a16e9b3855588a24568905bb72841acdc6ec3a8
parenta374a48ffbd7d1ffd40d1d30d2751df159a1aca7
[PATCH] v9fs: add readpage support

v9fs mmap support was originally removed from v9fs at Al Viro's request,
but recently there have been requests from folks who want readpage
functionality (primarily to enable execution of files mounted via 9P).
This patch adds readpage support (but not writepage which contained most of
the objectionable code).  It passes fsx-linux (and other regressions) so it
should be relatively safe.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/Makefile
fs/9p/v9fs_vfs.h
fs/9p/vfs_addr.c [new file with mode: 0644]
fs/9p/vfs_file.c
fs/9p/vfs_inode.c