diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 22:08:30 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:46 +0300 |
commit | af142b6f44d36c4d0e1e53acbedbc30a588c58de (patch) | |
tree | 816f4bbd36470d86dbc560aa299c4505f2f8c734 /fs/btrfs/file.c | |
parent | 7572dec8f5223186ed0fa7f6da47dba98651cbf4 (diff) | |
download | linux-af142b6f44d36c4d0e1e53acbedbc30a588c58de.tar.xz |
btrfs: move file prototypes to file.h
Move these out of ctree.h into file.h to cut down on code in ctree.h.
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/file.c')
-rw-r--r-- | fs/btrfs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 22063340a4c2..b94dc4b2c486 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c @@ -35,6 +35,7 @@ #include "extent-tree.h" #include "file-item.h" #include "ioctl.h" +#include "file.h" /* simple helper to fault in pages and copy. This should go away * and be replaced with calls into generic code. |