From: J.Bruce Fields Date: Wed, 13 Dec 2006 08:35:27 +0000 (-0800) Subject: [PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operations X-Git-Tag: v2.6.20-rc1~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3643171bc6e08b7c4d1f9a2ce659541a01a7fe;p=pandora-kernel.git [PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operations Pass the saved and current filehandles together into all the nfsd4 compound operations. I want a unified interface to these operations so we can just call them by pointer and throw out the huge switch statement. Also I'll eventually want a structure like this--that holds the state used during compound processing--for deferral. 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