]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: rename btrfs_parse_early_options
authorAnand Jain <anand.jain@oracle.com>
Mon, 16 Jul 2018 14:18:07 +0000 (22:18 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:49 +0000 (13:12 +0200)
commitf3531e3aa6c570bcf91dc6183475f87e172dea6d
treeab5fdd2cb548be6e47edf003307b8332e5b5c1c3
parent1b311b96e5d4d15e1f419f9a7e9115f0ebda0168
btrfs: rename btrfs_parse_early_options

Rename btrfs_parse_early_options() to btrfs_parse_device_options(). As
btrfs_parse_early_options() parses the -o device options and scan the
device provided. So this rename specifies its action. Also the function
name is in line with btrfs_parse_subvol_options().
No functional changes.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c