diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-15 08:02:49 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-02-17 11:55:54 -0800 |
commit | 4ad765edb02a5333ce2fade642f116a67a3370ca (patch) | |
tree | f05f756dd7f11aba4a52217965895a0581528d2d /fs/hfs/part_tbl.c | |
parent | 125851ac92d62b966df851c6f34147121020af2f (diff) |
xfs: move xfs_iomap_write_allocate to xfs_aops.c
This function is a small wrapper only used by the writeback code, so
move it together with the writeback code and simplify it down to the
glorified do { } while loop that is now is.
A few bits intentionally got lost here: no need to call xfs_qm_dqattach
because quotas are always attached when we create the delalloc
reservation, and no need for the imap->br_startblock == 0 check given
that xfs_bmapi_convert_delalloc already has a WARN_ON_ONCE for exactly
that condition.
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>
Diffstat (limited to 'fs/hfs/part_tbl.c')
0 files changed, 0 insertions, 0 deletions