[PATCH 03/32] xfs: remove xfs_wait_on_pages()
Christoph Hellwig
hch at infradead.org
Thu Nov 15 10:23:18 CST 2012
On Mon, Nov 12, 2012 at 10:53:55PM +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> It's just a simple wrapper around a VFS function that is only called
> by another function in xfs_fs_subr.c. Remove it and call the VFS
> function directly.
And what we really should do is call filemap_write_and_wait_range,
but that fits into the later patches better (if you haven't done it
already..)
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the xfs
mailing list