|
@@ -1406,6 +1406,8 @@ static void nfs_async_write_error(struct list_head *head)
|
|
static void nfs_async_write_reschedule_io(struct nfs_pgio_header *hdr)
|
|
static void nfs_async_write_reschedule_io(struct nfs_pgio_header *hdr)
|
|
{
|
|
{
|
|
nfs_async_write_error(&hdr->pages);
|
|
nfs_async_write_error(&hdr->pages);
|
|
|
|
+ filemap_fdatawrite_range(hdr->inode->i_mapping, hdr->args.offset,
|
|
|
|
+ hdr->args.offset + hdr->args.count - 1);
|
|
}
|
|
}
|
|
|
|
|
|
static const struct nfs_pgio_completion_ops nfs_async_write_completion_ops = {
|
|
static const struct nfs_pgio_completion_ops nfs_async_write_completion_ops = {
|