commit | 83aee9e4c2976143f35b3a42ad1faadf58c53ae7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sat Oct 12 00:55:07 2013 -0700 |
committer | Ben Myers <bpm@sgi.com> | Mon Oct 21 16:56:21 2013 -0500 |
tree | 568ca76e660645e9762f14c1972514b7f59f247c | |
parent | 5f8aca8b43f41c4b2d4dc5389124a40cab92b644 [diff] |
xfs: simplify the fallocate path Call xfs_alloc_file_space or xfs_free_file_space directly from xfs_file_fallocate instead of going through xfs_change_file_space. This simplified the code by removing the unessecary marshalling of the arguments into an xfs_flock64_t structure and allows removing checks that are already done in the VFS code. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>