From: J. Bruce Fields Date: Sun, 22 Feb 2009 22:51:34 +0000 (-0800) Subject: nfsd4: remove use of mutex for file_hashtable X-Git-Tag: v2.6.30-rc1~183^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b671b80707e4fc76adfe4387df07b3be1007c1e;p=pandora-kernel.git nfsd4: remove use of mutex for file_hashtable As part of reducing the scope of the client_mutex, and in order to remove the need for mutexes from the callback code (so that callbacks can be done as asynchronous rpc calls), move manipulations of the file_hashtable under the recall_lock. Update the relevant comments while we're here. Signed-off-by: J. Bruce Fields Cc: Alexandros Batsakis Reviewed-by: Benny Halevy --- Reading git-diff-tree failed