btrfs: move btrfs_name_hash to dir-item.h
authorJosef Bacik <josef@toxicpanda.com>
Fri, 25 Aug 2023 20:19:22 +0000 (16:19 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:02 +0000 (16:44 +0200)
commit1b9e6a15bcc9abd5e6d641a29b82aad5d8e801d8
treec3d3281cbd3e91a34522f51dc6796852bc7cc2cc
parent98e4f060c4f565a3b62e8cdfe6b89f59167312b6
btrfs: move btrfs_name_hash to dir-item.h

This is related to the name hashing for dir items, move it into
dir-item.h.

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/dir-item.h
fs/btrfs/props.c
fs/btrfs/tree-checker.c