]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(
authorAnand Jain <anand.jain@oracle.com>
Tue, 29 May 2018 07:33:08 +0000 (15:33 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:47 +0000 (13:12 +0200)
commit44de8dfb355d5405d2abc2c5ad0bc2216b4d3ce1
tree54e1ab24fd0780600b36844b70b56f3e81da4c1d
parent94ae1fd9906220f9ea2b9f503a50dc86a53ebfe8
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(

Over the years we named %fs_devices and %devices to represent the
struct btrfs_fs_devices and the struct btrfs_device. So follow the same
scheme here too. No functional changes.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c