diff options
| author | Sun YangKai <[email protected]> | 2025-06-14 03:39:06 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2025-07-21 21:58:03 +0000 |
| commit | 23a6abdadaa3114e74d2c0350ad7f2b50da7c841 (patch) | |
| tree | 73794a775dc5434cbfd8987142a90ce1753a01a5 /fs/btrfs/extent_io.c | |
| parent | btrfs: rename error to ret in device_list_add() (diff) | |
| download | kernel-23a6abdadaa3114e74d2c0350ad7f2b50da7c841.tar.gz kernel-23a6abdadaa3114e74d2c0350ad7f2b50da7c841.zip | |
btrfs: remove unused parameters from btrfs_lookup_inode_extref()
The function btrfs_lookup_inode_extref(` no longer requires transaction
handle, insert length, or COW flag, as the only caller now performs a
read-only lookup using trans == NULL, ins_len == 0 and cow == 0.
This function was introduced in the early days where extref feature was
introduced by commit f186373fef00 ("btrfs: extended inode refs").
Then some cleanup was done in commit 33b98f227111 ("btrfs: cleanup:
removed unused 'btrfs_get_inode_ref_index'"), which removed the only
caller passing trans and other COW specific options.
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Sun YangKai <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/extent_io.c')
0 files changed, 0 insertions, 0 deletions
