diff options
Diffstat (limited to 'fs/nfs/flexfilelayout/flexfilelayout.c')
-rw-r--r-- | fs/nfs/flexfilelayout/flexfilelayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c index 5bcd92d50e82..0cb1abd535e3 100644 --- a/fs/nfs/flexfilelayout/flexfilelayout.c +++ b/fs/nfs/flexfilelayout/flexfilelayout.c | |||
@@ -1215,7 +1215,7 @@ static int ff_layout_read_done_cb(struct rpc_task *task, | |||
1215 | hdr->pgio_mirror_idx + 1, | 1215 | hdr->pgio_mirror_idx + 1, |
1216 | &hdr->pgio_mirror_idx)) | 1216 | &hdr->pgio_mirror_idx)) |
1217 | goto out_eagain; | 1217 | goto out_eagain; |
1218 | set_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, | 1218 | set_bit(NFS_LAYOUT_RETURN_REQUESTED, |
1219 | &hdr->lseg->pls_layout->plh_flags); | 1219 | &hdr->lseg->pls_layout->plh_flags); |
1220 | pnfs_read_resend_pnfs(hdr); | 1220 | pnfs_read_resend_pnfs(hdr); |
1221 | return task->tk_status; | 1221 | return task->tk_status; |