diff options
| author | Filipe Manana <[email protected]> | 2025-07-11 19:59:36 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2025-07-21 23:14:07 +0000 |
| commit | 3a074cc659ef857d727d879d86cd96e934a6f6df (patch) | |
| tree | f6c11c701986f6d3ba6aab2d84f51c1fe8ab37c3 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | btrfs: don't skip remaining extrefs if dir not found during log replay (diff) | |
| download | kernel-3a074cc659ef857d727d879d86cd96e934a6f6df.tar.gz kernel-3a074cc659ef857d727d879d86cd96e934a6f6df.zip | |
btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
We are using a variable named 'log_ref_ver' of type int to indicate if we
are processing an extref item or not, using a value of 1 if so, otherwise
0. This is an odd name and type, so rename it to 'is_extref_item' and
change its type to bool.
Reviewed-by: Boris Burkov <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions
