OSDN Git Service

NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 17 Oct 2019 13:37:44 +0000 (09:37 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 4 Nov 2019 02:28:44 +0000 (21:28 -0500)
commitd0372b679c319487cbb190a40993b194d4fb343c
treea37ff412f812f20a99bc685614ee7ae60ecf8927
parent6430b323ae09f146dfc26e6d17c432bfc3d11452
NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata

We don't need atomic bit ops when initialising a local structure on the
stack.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs3client.c
fs/nfs/nfs4client.c