]> git.dujemihanovic.xyz Git - linux.git/commit
btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h
authorJosef Bacik <josef@toxicpanda.com>
Fri, 25 Aug 2023 20:19:27 +0000 (16:19 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:02 +0000 (16:44 +0200)
commit82cc2ade2a9a911cb040d3e752154ef9a16ba6c6
treec8effaefa2eedf57dd74b6196f2916ad8f68dffb
parent04cc63d12c788e75e2d1a3850b8425724a7fe739
btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h

extent-tree.h uses btrfs_delayed_ref_head in a function argument but
doesn't pull it's declaration from anywhere, add it to the top of the
header.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.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/extent-tree.h