commit | 405f80429436d38ab4e6b4c0d99861a1f00648fd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Dec 10 08:42:19 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Thu Dec 16 16:05:47 2010 -0600 |
tree | 78c8023b267fb5b8ba628997c7bbfabf260eb010 | |
parent | 6ac7248ec5f20cb44a063d7c7191b8e0068b5a28 [diff] |
xfs: cleanup the xfs_iomap_write_* helpers Remove passing the BMAPI_* flags to these helpers, in xfs_iomap_write_direct the check BMAPI_DIRECT was always true, and in the xfs_iomap_write_delay path is was never checked at all. Remove the nmap return value as we never make use of it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>