xfs: wait for direct I/O to complete in fsync and write_inode
authorChristoph Hellwig <hch@infradead.org>
Tue, 20 Apr 2010 07:00:59 +0000 (17:00 +1000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:14 +0000 (09:58 -0500)
We need to wait for all pending direct I/O requests before taking care of
metadata in fsync and write_inode.

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

No differences found