nfsd: fi_delegees doesn't need to be an atomic_t
authorJeff Layton <jlayton@primarydata.com>
Sat, 13 Dec 2014 14:11:40 +0000 (09:11 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 7 Jan 2015 19:05:35 +0000 (14:05 -0500)
commit67db10344816c74709271c30905bb83781e7050c
tree7f69fb33e8f0b6c2cdc775b8e6aecd04d426c44c
parent49a068f82a1d30eb585d7804b05948376be6cf9a
nfsd: fi_delegees doesn't need to be an atomic_t

fi_delegees is always handled under the fi_lock, so there's no need to
use an atomic_t for this field.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
fs/nfsd/state.h