From: Andy Adamson Date: Thu, 27 Aug 2009 16:07:40 +0000 (-0400) Subject: nfsd41: expand solo sequence check X-Git-Tag: v2.6.32-rc1~412^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468de9e54a900559b55aa939a4daeaea1915e572;p=pandora-kernel.git nfsd41: expand solo sequence check Compounds consisting of only a sequence operation don't need any additional caching beyond the sequence information we store in the slot entry. Fix nfsd4_is_solo_sequence to identify this case correctly. The additional check for a failed sequence in nfsd4_store_cache_entry() is redundant, since the nfsd4_is_solo_sequence call lower down catches this case. The final ce_cachethis set in nfsd4_sequence is also redundant. Signed-off-by: Andy Adamson Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed