diff options
Diffstat (limited to 'fs/xfs/xfs_sync.c')
| -rw-r--r-- | fs/xfs/xfs_sync.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_sync.c b/fs/xfs/xfs_sync.c index 96548176db8..9500caf15ac 100644 --- a/fs/xfs/xfs_sync.c +++ b/fs/xfs/xfs_sync.c @@ -475,7 +475,7 @@ xfs_flush_inodes(  	struct xfs_mount	*mp = ip->i_mount;  	queue_work(xfs_syncd_wq, &mp->m_flush_work); -	flush_work_sync(&mp->m_flush_work); +	flush_work(&mp->m_flush_work);  }  STATIC void  |