]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid
authorNikolay Borisov <nborisov@suse.com>
Wed, 12 Aug 2020 13:18:51 +0000 (16:18 +0300)
committerDavid Sterba <dsterba@suse.com>
Wed, 7 Oct 2020 10:06:50 +0000 (12:06 +0200)
commit8e5600818022bd329a5846dd6b5242965644f150
treef8eba3dd4209a9f0c5f26df7ea30749af82a22be
parent57297c1e8e1ce030050bf07ffa7182aaa588e2ac
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>
fs/btrfs/sysfs.c
fs/btrfs/sysfs.h
fs/btrfs/volumes.c