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/ioctl.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/ioctl.c')
-rw-r--r-- | fs/btrfs/ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 4c5c2f890adc..dba1f07b4194 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c @@ -58,6 +58,7 @@ #include "dir-item.h" #include "uuid-tree.h" #include "ioctl.h" +#include "file.h" #ifdef CONFIG_64BIT /* If we have a 32-bit userspace and 64-bit kernel, then the UAPI |