aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.c b/fs/xfs/linux-2.6/xfs_sync.c
index 728db015f39..3884e20bc14 100644
--- a/fs/xfs/linux-2.6/xfs_sync.c
+++ b/fs/xfs/linux-2.6/xfs_sync.c
@@ -372,7 +372,6 @@ xfs_sync_fsdata(
372 if (XFS_BUF_ISPINNED(bp)) 372 if (XFS_BUF_ISPINNED(bp))
373 xfs_log_force(mp, 0); 373 xfs_log_force(mp, 0);
374 374
375 XFS_BUF_UNASYNC(bp);
376 return xfs_bwrite(mp, bp); 375 return xfs_bwrite(mp, bp);
377} 376}
378 377