xfs: remove invalid barrier optimization from xfs_fsync
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Feb 2010 23:16:26 +0000 (10:16 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 1 Feb 2010 23:16:26 +0000 (10:16 +1100)
We always need to flush the disk write cache and can't skip it just because
the no inode attributes have changed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>

No differences found