]> git.baikalelectronics.ru Git - kernel.git/commit
NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 2 Apr 2020 19:47:08 +0000 (15:47 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 3 Apr 2020 22:29:10 +0000 (18:29 -0400)
commita5b378d7d64e8180b04a1c126fab719038dd405c
treec240c8b8ca7f699643b626d3c7922b53b1ba3897
parent6a2afd6526b8355316f1478922698014de7d000f
NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()

Ensure that the dereference of the layout cred is atomic with the
stateid.

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