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)
commitfa59f27c8c35bbe00af8eff23de446a7f4b048b0
treeab5fdd2cb548be6e47edf003307b8332e5b5c1c3
parentc8389d4c0d6eb7c0b7f8b8a98620874f9123cd20
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