diff options
Diffstat (limited to 'fs/btrfs/super.h')
-rw-r--r-- | fs/btrfs/super.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fs/btrfs/super.h b/fs/btrfs/super.h index f18253ca280d..d80a86acfbbe 100644 --- a/fs/btrfs/super.h +++ b/fs/btrfs/super.h @@ -3,7 +3,15 @@ #ifndef BTRFS_SUPER_H #define BTRFS_SUPER_H -bool btrfs_check_options(struct btrfs_fs_info *info, unsigned long *mount_opt, +#include <linux/types.h> +#include <linux/fs.h> +#include "fs.h" + +struct super_block; +struct btrfs_fs_info; + +bool btrfs_check_options(const struct btrfs_fs_info *info, + unsigned long long *mount_opt, unsigned long flags); int btrfs_sync_fs(struct super_block *sb, int wait); char *btrfs_get_subvol_name_from_objectid(struct btrfs_fs_info *fs_info, |