diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-03-20 20:34:32 +0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-04-10 06:20:01 +0400 |
commit | 9ca2044f9041283bff117bb7e9ba7e9cd644bae0 (patch) | |
tree | 2085575770b488eb62b1aa4d45c0170ecb851768 /fs/posix_acl.c | |
parent | 8626d723c5495ec9a276c8c13a22b374c421ba72 (diff) | |
download | linux-9ca2044f9041283bff117bb7e9ba7e9cd644bae0.tar.xz |
NFSv4.1: Fix a race in pNFS layoutcommit
commit a073dbff359f4741013ae4b8395f5364c5e00b48 upstream.
We need to clear the NFS_LSEG_LAYOUTCOMMIT bits atomically with the
NFS_INO_LAYOUTCOMMIT bit, otherwise we may end up with situations
where the two are out of sync.
The first half of the problem is to ensure that pnfs_layoutcommit_inode
clears the NFS_LSEG_LAYOUTCOMMIT bit through pnfs_list_write_lseg.
We still need to keep the reference to those segments until the RPC call
is finished, so in order to make it clear _where_ those references come
from, we add a helper pnfs_list_write_lseg_done() that cleans up after
pnfs_list_write_lseg.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Benny Halevy <bhalevy@tonian.com>
[bwh: Backported to 3.2: s/pnfs_put_lseg/put_lseg/]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'fs/posix_acl.c')
0 files changed, 0 insertions, 0 deletions