|
|
| version 1.377, 2007/02/06 14:34:17 | version 1.378, 2007/02/07 02:49:15 |
|---|---|
| Line 676 xfs_fs_sync_super( | Line 676 xfs_fs_sync_super( |
| * occur here so don't bother flushing the buftarg (i.e | * occur here so don't bother flushing the buftarg (i.e |
| * SYNC_QUIESCE) because it'll just get dirty again. | * SYNC_QUIESCE) because it'll just get dirty again. |
| */ | */ |
| flags = SYNC_FSDATA | SYNC_DELWRI | SYNC_WAIT | SYNC_DIO_WAIT; | flags = SYNC_FSDATA | SYNC_DELWRI | SYNC_WAIT | SYNC_IOWAIT; |
| } else | } else |
| flags = SYNC_FSDATA | (wait ? SYNC_WAIT : 0); | flags = SYNC_FSDATA | (wait ? SYNC_WAIT : 0); |