xfs: Kill filestreams cache flush
The filestreams cache flush is not needed in the sync code as it does not affect data writeback, and it is now not used by the growfs code, either, so kill it. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
parent
0fa800fbd5
commit
b657fc82a3
5 changed files with 1 additions and 20 deletions
|
@ -398,7 +398,7 @@ exit:
|
|||
* guaranteed that all the free functions for all the elements have finished
|
||||
* executing and the reaper is not running.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
xfs_mru_cache_flush(
|
||||
xfs_mru_cache_t *mru)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue