From: Trond Myklebust Date: Mon, 30 Jun 2014 15:48:43 +0000 (-0400) Subject: nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd6e458c3dc1ae598867130dc618eabbe7ccda5;p=pandora-kernel.git nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument The cstate already holds information about the session, and hence the client id, so it makes more sense to pass that information rather than the current practice of passing a 'minor version' number. Signed-off-by: Trond Myklebust Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed