From: Trond Myklebust Date: Fri, 25 Jul 2014 11:34:22 +0000 (-0400) Subject: nfsd: Convert delegation counter to an atomic_long_t type X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a3508dba9a58b7bd77cc91f8e941e2dda94d1d;p=pandora-kernel.git nfsd: Convert delegation counter to an atomic_long_t type We want to convert to an atomic type so that we don't need to lock across the call to alloc_init_deleg(). Then convert to a long type so that we match the size of 'max_delegations'. None of this is a problem today, but it will be once we remove client_mutex protection. Signed-off-by: Trond Myklebust Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed