commit | 8e5600818022bd329a5846dd6b5242965644f150 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Aug 12 16:18:51 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:06:50 2020 +0200 |
tree | f8eba3dd4209a9f0c5f26df7ea30749af82a22be | |
parent | 57297c1e8e1ce030050bf07ffa7182aaa588e2ac [diff] |
btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid It can be accessed from 'fs_devices' as it's identical to fs_info->fs_devices. Also add a comment about why we are calling the function. No semantic changes. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>