aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2025-07-11 19:59:36 +0000
committerDavid Sterba <[email protected]>2025-07-21 23:14:07 +0000
commit3a074cc659ef857d727d879d86cd96e934a6f6df (patch)
treef6c11c701986f6d3ba6aab2d84f51c1fe8ab37c3 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
parentbtrfs: don't skip remaining extrefs if dir not found during log replay (diff)
downloadkernel-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