diff options
| author | Zhang Yi <[email protected]> | 2024-04-25 13:13:29 +0000 |
|---|---|---|
| committer | Chandan Babu R <[email protected]> | 2024-04-29 11:53:11 +0000 |
| commit | 2e08371a83f1c06fd85eea8cd37c87a224cc4cc4 (patch) | |
| tree | 9364938be9485b396f05ecc01f51b6e9d1206f7e /fs/xfs/xfs_rtalloc.c | |
| parent | xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional (diff) | |
| download | kernel-2e08371a83f1c06fd85eea8cd37c87a224cc4cc4.tar.gz kernel-2e08371a83f1c06fd85eea8cd37c87a224cc4cc4.zip | |
xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
Since xfs_bmapi_convert_delalloc() only attempts to allocate the entire
delalloc extent and require multiple invocations to allocate the target
offset. So xfs_convert_blocks() add a loop to do this job and we call it
in the write back path, but xfs_convert_blocks() isn't a common helper.
Let's do it in xfs_bmapi_convert_delalloc() and drop
xfs_convert_blocks(), preparing for the post EOF delalloc blocks
converting in the buffered write begin path.
Signed-off-by: Zhang Yi <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: "Darrick J. Wong" <[email protected]>
Signed-off-by: Chandan Babu R <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
0 files changed, 0 insertions, 0 deletions
