summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2023-11-22 12:17:52 -0500
committerDavid Sterba <dsterba@suse.com>2023-12-15 20:27:04 +0100
commit6941823cc87812dba4d02c67f46768cba372970b (patch)
tree77f15199e3f16f7c7d5b21361ca7d21dea1b6616 /fs/btrfs/super.h
parent41d46b290ef9b5563ae5b3c46cf86e0ae1e4bf95 (diff)
downloadlinux-stable-6941823cc87812dba4d02c67f46768cba372970b.tar.gz
linux-stable-6941823cc87812dba4d02c67f46768cba372970b.tar.bz2
linux-stable-6941823cc87812dba4d02c67f46768cba372970b.zip
btrfs: remove old mount API code
Now that we've switched to the new mount API, remove the old stuff. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Acked-by: Christian Brauner <brauner@kernel.org> 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/super.h')
-rw-r--r--fs/btrfs/super.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/super.h b/fs/btrfs/super.h
index 7f6577d69902..f18253ca280d 100644
--- a/fs/btrfs/super.h
+++ b/fs/btrfs/super.h
@@ -5,8 +5,6 @@
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);
char *btrfs_get_subvol_name_from_objectid(struct btrfs_fs_info *fs_info,
u64 subvol_objectid);