]> Git Repo - linux.git/commit
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
authorQu Wenruo <[email protected]>
Thu, 27 May 2021 12:33:22 +0000 (20:33 +0800)
committerDavid Sterba <[email protected]>
Tue, 26 Oct 2021 17:07:58 +0000 (19:07 +0200)
commit7b508037d4cac3bcde7187b70170caf81cae3aad
tree397f0144b9300ba03304bd390a175a9e7bfaf88e
parentb18c3ab2343d632d186963644d1e6eae1ed4330a
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()

The function defrag_one_cluster() is able to defrag one range well
enough, we only need to do preparation for it, including:

- Clamp and align the defrag range
- Exclude invalid cases
- Proper inode locking

The old infrastructures will not be removed in this patch, as it would
be too noisy to review.

Signed-off-by: Qu Wenruo <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/ioctl.c
This page took 0.058963 seconds and 4 git commands to generate.