From: J. Bruce Fields Date: Wed, 24 Aug 2011 16:27:31 +0000 (-0400) Subject: nfsd4: centralize handling of replay owners X-Git-Tag: v3.2-rc1~177^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e4223751392b9bc0195a806a6e99b4cc399ac0;p=pandora-kernel.git nfsd4: centralize handling of replay owners Set the stateowner associated with a replay in one spot in nfs4_preprocess_seqid_op() and keep it in cstate. This allows removing a few lines of boilerplate from all the nfs4_preprocess_seqid_op() callers. Also turn ENCODE_SEQID_OP_TAIL into a function while we're here. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed