diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index f3ad51602ebb..2a94859b9399 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -667,7 +667,7 @@ xfs_fs_sync_super( | |||
667 | * occur here so don't bother flushing the buftarg (i.e | 667 | * occur here so don't bother flushing the buftarg (i.e |
668 | * SYNC_QUIESCE) because it'll just get dirty again. | 668 | * SYNC_QUIESCE) because it'll just get dirty again. |
669 | */ | 669 | */ |
670 | flags = SYNC_FSDATA | SYNC_DELWRI | SYNC_WAIT | SYNC_DIO_WAIT; | 670 | flags = SYNC_FSDATA | SYNC_DELWRI | SYNC_WAIT | SYNC_IOWAIT; |
671 | } else | 671 | } else |
672 | flags = SYNC_FSDATA | (wait ? SYNC_WAIT : 0); | 672 | flags = SYNC_FSDATA | (wait ? SYNC_WAIT : 0); |
673 | 673 | ||