diff options
author | 2022-10-19 10:51:01 -0400 | |
---|---|---|
committer | 2022-12-05 18:00:43 +0100 | |
commit | e9c83077d2be815cb04f0b054e9494512b1657ee (patch) | |
tree | acec24fd331ef01cf9feb7297c2f9f4e0dc88aed | |
parent | btrfs: move accessor helpers into accessors.h (diff) | |
download | wireguard-linux-e9c83077d2be815cb04f0b054e9494512b1657ee.tar.xz wireguard-linux-e9c83077d2be815cb04f0b054e9494512b1657ee.zip |
btrfs: remove temporary btrfs_map_token declaration in ctree.h
This was added while I was moving this code to its new home, it can be
removed now.
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>
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 20034c23abb2..3dcfb62af68a 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -52,8 +52,6 @@ struct btrfs_balance_control; struct btrfs_delayed_root; struct reloc_control; -struct btrfs_map_token; - #define BTRFS_OLDEST_GENERATION 0ULL #define BTRFS_EMPTY_DIR_SIZE 0 |