diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index bf9a9d5909b..05f188ed120 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -547,7 +547,8 @@ vfs_sync_worker(  	if (!(vfsp->vfs_flag & VFS_RDONLY))  		error = bhv_vfs_sync(vfsp, SYNC_FSDATA | SYNC_BDFLUSH | \ -					SYNC_ATTR | SYNC_REFCACHE, NULL); +					SYNC_ATTR | SYNC_REFCACHE | SYNC_SUPER, +					NULL);  	vfsp->vfs_sync_seq++;  	wake_up(&vfsp->vfs_wait_single_sync_task);  }  |