From 02a3508dba9a58b7bd77cc91f8e941e2dda94d1d Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Fri, 25 Jul 2014 07:34:22 -0400 Subject: [PATCH] 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-format-patch failed