From: Eric Van Hensbergen Date: Thu, 19 Jan 2006 01:43:02 +0000 (-0800) Subject: [PATCH] v9fs: add readpage support X-Git-Tag: v2.6.16-rc2~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147b31cf09ee493aa71c87c0dd2eef74b6b2aeba;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed