diff options
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 219ee6a3f1b3..d47c188682b1 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c | |||
@@ -1821,6 +1821,7 @@ int pnfs_write_done_resend_to_mds(struct nfs_pgio_header *hdr) | |||
1821 | /* Resend all requests through the MDS */ | 1821 | /* Resend all requests through the MDS */ |
1822 | nfs_pageio_init_write(&pgio, hdr->inode, FLUSH_STABLE, true, | 1822 | nfs_pageio_init_write(&pgio, hdr->inode, FLUSH_STABLE, true, |
1823 | hdr->completion_ops); | 1823 | hdr->completion_ops); |
1824 | set_bit(NFS_CONTEXT_RESEND_WRITES, &hdr->args.context->flags); | ||
1824 | return nfs_pageio_resend(&pgio, hdr); | 1825 | return nfs_pageio_resend(&pgio, hdr); |
1825 | } | 1826 | } |
1826 | EXPORT_SYMBOL_GPL(pnfs_write_done_resend_to_mds); | 1827 | EXPORT_SYMBOL_GPL(pnfs_write_done_resend_to_mds); |