diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 22:08:26 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:46 +0300 |
commit | f2b39277b87dbb26f15e2e3b667df25dad3dd2ea (patch) | |
tree | 6cf159e18738443ff70ad29c977d8d38aaa7d0c2 /fs/btrfs/transaction.c | |
parent | 59b818e064ab9051cd344b82420307e772d6bca7 (diff) | |
download | linux-f2b39277b87dbb26f15e2e3b667df25dad3dd2ea.tar.xz |
btrfs: move dir-item prototypes into dir-item.h
Move these prototypes out of ctree.h and into their own header file.
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>
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 99d3f2a66227..a0b7702d980f 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c @@ -29,6 +29,7 @@ #include "extent-tree.h" #include "root-tree.h" #include "defrag.h" +#include "dir-item.h" static struct kmem_cache *btrfs_trans_handle_cachep; |