btrfs: move btrfs_extref_hash into inode-item.h
authorJosef Bacik <josef@toxicpanda.com>
Fri, 25 Aug 2023 20:19:21 +0000 (16:19 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:02 +0000 (16:44 +0200)
commit98e4f060c4f565a3b62e8cdfe6b89f59167312b6
treed074a93b8c964c532948052cad9f97462a9574e8
parent03e86348965a5fa13593db8682132033d663f7ee
btrfs: move btrfs_extref_hash into inode-item.h

Ideally this would be un-inlined, but that is a cleanup for later.  For
now move this into inode-item.h, which is where the extref code lives.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/inode-item.h