Commit 964cfbf9 authored by Nathan Scott's avatar Nathan Scott

[XFS] Fix out-of-space deadlock when flushing delalloc data with pages locked under write.

SGI Modid: xfs-linux:xfs-kern:167948a
parent 042287de
......@@ -247,7 +247,7 @@ xfs_flush_inode(
{
struct inode *inode = LINVFS_GET_IP(XFS_ITOV(ip));
filemap_fdatawrite(inode->i_mapping);
filemap_flush(inode->i_mapping);
}
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment