xfs: stop calling filemap_fdatawait inside ->fsync
authorChristoph Hellwig <hch@infradead.org>
Sat, 26 Sep 2009 19:55:04 +0000 (19:55 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 8 Oct 2009 17:02:48 +0000 (12:02 -0500)
Now that the VFS actually waits for the data I/O to complete before
calling into ->fsync we can stop doing it ourselves.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found