commit | 491ce61e939f76399e344b0414dc5a4c08c1f0cf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Feb 15 08:02:49 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Feb 17 11:55:54 2019 -0800 |
tree | 038b4808084057b921d3940bbc110ed649ab71e3 | |
parent | d8ae82e394bd5d836a32864b1ca22757ef8bb8ee [diff] |
xfs: move transaction handling to xfs_bmapi_convert_delalloc No need to deal with the transaction and the inode locking in the caller. Note that we also switch to passing whichfork as the second paramter, matching what most related functions do. 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>