diff options
author | Josef Bacik <josef@toxicpanda.com> | 2023-11-22 18:17:52 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-12-15 20:27:04 +0100 |
commit | 6941823cc87812dba4d02c67f46768cba372970b (patch) | |
tree | 77f15199e3f16f7c7d5b21361ca7d21dea1b6616 /fs/btrfs/super.h | |
parent | btrfs: move the device specific mount options to super.c (diff) | |
download | linux-6941823cc87812dba4d02c67f46768cba372970b.tar.xz linux-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 '')
-rw-r--r-- | fs/btrfs/super.h | 2 |
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); |