btrfs: update comment for xarray fields in struct btrfs_root
authorSun YangKai <sunk67188@gmail.com>
Wed, 4 Jun 2025 13:46:39 +0000 (21:46 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:53:31 +0000 (23:53 +0200)
commit8811ace43947768d7d05a29b8ac055c70bb1a084
tree52415ef2f26ad1ee971685391a04dd2d0ce23b32
parentcc38d178ff33543cdb0bd58cfbb9a7c41372ff75
btrfs: update comment for xarray fields in struct btrfs_root

The inode_lock field of struct btrfs_root was removed in commit
e2844cce75c9e61("btrfs: remove inode_lock from struct btrfs_root and use
xarray locks") but the related comment haven't been updated.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Sun YangKai <sunk67188@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h