diff options
author | Qu Wenruo <wqu@suse.com> | 2024-10-09 09:37:04 +1030 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-11-11 14:34:18 +0100 |
commit | 8511074c42b6255e03eceb09396338572572f1c7 (patch) | |
tree | 3e8dc688abbaf8fc3f90f9e7b1ff7e657b5a42de /fs/btrfs/compression.c | |
parent | 70958a949d852cbecc3d46127bf0b24786df0130 (diff) |
btrfs: remove unused btrfs_folio_start_writer_lock()
This function is not really suitable to lock a folio, as it lacks the
proper mapping checks, thus the locked folio may not even belong to
btrfs.
And due to the above reason, the last user inside lock_delalloc_folios()
is already removed, and we can remove this function.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/compression.c')
0 files changed, 0 insertions, 0 deletions