Commit 5f011483 authored by Trond Myklebust's avatar Trond Myklebust

pNFS: Fix a typo in pnfs_generic_alloc_ds_commits

If the layout segment is invalid, we want to just resend the remaining
writes.
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 61f454e3
...@@ -223,7 +223,7 @@ pnfs_generic_alloc_ds_commits(struct nfs_commit_info *cinfo, ...@@ -223,7 +223,7 @@ pnfs_generic_alloc_ds_commits(struct nfs_commit_info *cinfo,
*/ */
if (!pnfs_is_valid_lseg(bucket->clseg) && if (!pnfs_is_valid_lseg(bucket->clseg) &&
!test_bit(NFS_LSEG_LAYOUTRETURN, &bucket->clseg->pls_flags)) !test_bit(NFS_LSEG_LAYOUTRETURN, &bucket->clseg->pls_flags))
continue; break;
data = nfs_commitdata_alloc(false); data = nfs_commitdata_alloc(false);
if (!data) if (!data)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment