From: J. Bruce Fields Date: Fri, 30 Jun 2006 08:56:19 +0000 (-0700) Subject: [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case X-Git-Tag: v2.6.18-rc1~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c04c46aec16b3267d8fe03af886f2d41e448cd0;p=pandora-kernel.git [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case Add a rq_sendfile_ok flag to svc_rqst which will be cleared in the privacy case so that the wrapping code will get copies of the read data instead of real page cache pages. This makes life simpler when we encrypt the response. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed