From: J. Bruce Fields Date: Thu, 14 Mar 2013 22:20:01 +0000 (-0400) Subject: nfsd4: destroy_clientid simplification X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~48^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0293b0131a8d582af85023c684786f7536f0767;p=pandora-kernel.git nfsd4: destroy_clientid simplification I'm not sure what the check for clientid expiry was meant to do here. The check for a matching session is redundant given the previous check for state: a client without state is, in particular, a client without sessions. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed