From: Jeff Layton Date: Wed, 30 Jul 2014 12:27:11 +0000 (-0400) Subject: nfsd: protect the close_lru list and oo_last_closed_stid with client_lock X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217526e7ecc9f6f243e976772e81eab7ab986a4c;p=pandora-kernel.git nfsd: protect the close_lru list and oo_last_closed_stid with client_lock Currently, it's protected by the client_mutex. Move it so that the list and the fields in the openowner are protected by the client_lock. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed