From: Jeff Layton Date: Wed, 30 Jul 2014 12:27:13 +0000 (-0400) Subject: nfsd: don't destroy client if mark_client_expired_locked fails X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abea1e8e81ad7ba100bd97c4881027c73e2db3e;p=pandora-kernel.git nfsd: don't destroy client if mark_client_expired_locked fails If it fails, it means that the client is in use and so destroying it would be bad. Currently, the client_mutex prevents this from happening but once we remove it, we won't be able to do this. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed