From: Trond Myklebust Date: Thu, 10 Jul 2014 18:07:26 +0000 (-0400) Subject: nfsd: Add locking to the nfs4_file->fi_fds[] array X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de18643dce70e0d7c3dbccb5d2c8f17f04bc24a6;p=pandora-kernel.git nfsd: Add locking to the nfs4_file->fi_fds[] array Preparation for removal of the client_mutex, which currently protects this array. While we don't actually need the find_*_file_locked variants just yet, a later patch will. So go ahead and add them now to reduce future churn in this code. Signed-off-by: Trond Myklebust Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed