]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Sep 2018 07:46:56 +0000 (09:46 +0200)
commitb57a7b0d4122033fba58c60f0560cdf9004fbf88
treec887cfcdca4b9469e31284947ae1d6d37f887fe4
parent0b40d58d469f3e78ec644b3a0ada4295e596e190
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(

[ Upstream commit fa6d2ae540a200a17bb7ee769f9df22d411c9404 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/btrfs/volumes.c