]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6c8b7544f6489eac4a49ed95f94735511a71ccc7
tree7a16e9b3855588a24568905bb72841acdc6ec3a8
parent43ba79c0d57892b45adc1f4c18fee88a649a7f81
[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