]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8d00a533a85cdc2217f3247dc1678885ef74236
treea37ff412f812f20a99bc685614ee7ae60ecf8927
parent92078a866269bbb0556ad51c3032d2a4d7637e85
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