aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs42proc.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2016-07-22 11:25:27 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-07-24 16:16:40 -0400
commit5f46be049b0dfdd36188058f044c165e1d4b8f56 (patch)
tree83504ccd78e42b24cae17b07f2b756378f70aad4 /fs/nfs/nfs42proc.c
parentNFS: pnfs_mark_matching_lsegs_return() should match the layout sequence id (diff)
downloadlinux-dev-5f46be049b0dfdd36188058f044c165e1d4b8f56.tar.xz
linux-dev-5f46be049b0dfdd36188058f044c165e1d4b8f56.zip
pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()
Ensure nfs42_layoutstat_done() layoutget don't open code layout stateid invalidation. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to '')
-rw-r--r--fs/nfs/nfs42proc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/nfs42proc.c b/fs/nfs/nfs42proc.c
index aa03ed09ba06..6ea5ad6f0d44 100644
--- a/fs/nfs/nfs42proc.c
+++ b/fs/nfs/nfs42proc.c
@@ -336,8 +336,7 @@ nfs42_layoutstat_done(struct rpc_task *task, void *calldata)
* Mark the bad layout state as invalid, then retry
* with the current stateid.
*/
- set_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags);
- pnfs_mark_matching_lsegs_invalid(lo, &head, NULL, 0);
+ pnfs_mark_layout_stateid_invalid(lo, &head);
spin_unlock(&inode->i_lock);
pnfs_free_lseg_list(&head);
} else