From: J. Bruce Fields Date: Tue, 17 Jul 2007 11:04:43 +0000 (-0700) Subject: knfsd: nfsd4: simplify exp_pseudoroot arguments X-Git-Tag: v2.6.23-rc1~649 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df547efb03e3e8f9ea726e1d07fbbd6fd0706cd7;p=pandora-kernel.git knfsd: nfsd4: simplify exp_pseudoroot arguments We're passing three arguments to exp_pseudoroot, two of which are just fields of the svc_rqst. Soon we'll want to pass in a third field as well. So let's just give up and pass in the whole struct svc_rqst. Also sneak in some minor style cleanups while we're at it. 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