commit | 360c09c01c5acf2bc44ca97670406d1ab8a8419d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 24 22:26:27 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 28 16:08:17 2019 -0700 |
tree | 31d6865a514f69002f64e401aecf200c8ea0ce3a | |
parent | 7a42c70ea0dd56b3ed747c1fcf9b96cc26c77774 [diff] |
xfs: consolidate preallocation in xfs_file_fallocate Remove xfs_zero_file_space and reorganize xfs_file_fallocate so that a single call to xfs_alloc_file_space covers all modes that preallocate blocks. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>