summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/super.h')
-rw-r--r--fs/btrfs/super.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/super.h b/fs/btrfs/super.h
index 7c1cd7527e76..7f6577d69902 100644
--- a/fs/btrfs/super.h
+++ b/fs/btrfs/super.h
@@ -3,6 +3,8 @@
#ifndef BTRFS_SUPER_H
#define BTRFS_SUPER_H
+bool btrfs_check_options(struct btrfs_fs_info *info, unsigned long *mount_opt,
+ unsigned long flags);
int btrfs_parse_options(struct btrfs_fs_info *info, char *options,
unsigned long new_flags);
int btrfs_sync_fs(struct super_block *sb, int wait);