Diff for /xfs-linux/xfs_filestream.c between versions 1.1 and 1.2

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);  
 }  }
   
 /*  /*

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>