commit | 9b99b11564446600f3a3ce394a841d525b7993e7 | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Tue Feb 27 12:41:59 2018 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 26 15:09:42 2018 +0200 |
tree | 5a8f106e44550e3ed2856c31ed7c8b281bbc81e2 | |
parent | d02c0e20194bfd3066bff2505b2540a14f3fa3d2 [diff] |
btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids This function btrfs_close_extra_devices() is about freeing extra devids which once it may have belonged to this filesystem. So rename it and add the comment. The _devid suffix is appropriate as this function won't handle devices which are outside of the filesytem being mounted. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>