|
|
| version 1.1, 2007/07/09 06:12:03 | version 1.2, 2007/08/02 15:55:15 |
|---|---|
| Line 467 void | Line 467 void |
| xfs_filestream_flush( | xfs_filestream_flush( |
| xfs_mount_t *mp) | xfs_mount_t *mp) |
| { | { |
| /* point in time flush, so keep the reaper running */ | xfs_mru_cache_flush(mp->m_filestream); |
| xfs_mru_cache_flush(mp->m_filestream, 1); | |
| } | } |
| /* | /* |