OSDN Git Service

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)
commitfa6d2ae540a200a17bb7ee769f9df22d411c9404
tree54e1ab24fd0780600b36844b70b56f3e81da4c1d
parent9c6d173ea6e4c8c939ae6c257c7fc18f7b320316
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