]> git.baikalelectronics.ru Git - 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)
commit21e92a5047dac56cdcec46a83c2b8c1495d869b9
treef8eba3dd4209a9f0c5f26df7ea30749af82a22be
parentbff2b8664e6265667ff907c984f88fb2c13f55c2
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