From: Jeff Layton Date: Mon, 4 Feb 2013 13:18:04 +0000 (-0500) Subject: nfsd: when updating an entry with RC_NOCACHE, just free it X-Git-Tag: v3.9-rc1~40^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6b691c05bf77c4bc7c9f1a9b6d93a160928421;p=pandora-kernel.git nfsd: when updating an entry with RC_NOCACHE, just free it There's no need to keep entries around that we're declaring RC_NOCACHE. Ditto if there's a problem with the entry. With this change too, there's no need to test for RC_UNUSED in the search function. If the entry's in the hash table then it's either INPROG or DONE. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed