提交 e507d9eb 编写于 作者: T Trond Myklebust

NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()

Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 fa8d8c5b
......@@ -1469,6 +1469,7 @@ int nfs_wb_all(struct inode *inode)
if (ret >= 0)
return 0;
out:
__mark_inode_dirty(mapping->host, I_DIRTY_PAGES);
return ret;
}
......@@ -1493,6 +1494,7 @@ int nfs_sync_mapping_range(struct address_space *mapping, loff_t range_start, lo
if (ret >= 0)
return 0;
out:
__mark_inode_dirty(mapping->host, I_DIRTY_PAGES);
return ret;
}
......@@ -1519,6 +1521,7 @@ int nfs_wb_page_priority(struct inode *inode, struct page *page, int how)
if (ret >= 0)
return 0;
out:
__mark_inode_dirty(inode, I_DIRTY_PAGES);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册