Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ pnfs_generic_alloc_ds_commits(struct nfs_commit_info *cinfo,
		 */
		if (!pnfs_is_valid_lseg(bucket->clseg) &&
		    !test_bit(NFS_LSEG_LAYOUTRETURN, &bucket->clseg->pls_flags))
			continue;
			break;
		data = nfs_commitdata_alloc(false);
		if (!data)
			break;