From: Jeff Layton Date: Mon, 28 Jan 2013 19:41:12 +0000 (-0500) Subject: nfsd: remove redundant test from nfsd_reply_cache_free X-Git-Tag: v3.9-rc1~40^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e6b8b0e1a247747db5275b1b6b362f5acf2245;p=pandora-kernel.git nfsd: remove redundant test from nfsd_reply_cache_free Entries can only get a c_type of RC_REPLBUFF iff they are RC_DONE. Therefore the test for RC_DONE isn't necessary here. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed