On Wed, Mar 27, 2019 at 03:20:24AM +0000, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > fs/btrfs/volumes.c: In function 'btrfs_grow_device': > fs/btrfs/volumes.c:2824:27: warning: > variable 'fs_devices' set but not used [-Wunused-but-set-variable] > > It's not used after 6f32a50a232b ("btrfs: combine device update operations > during transaction commit") Thanks, there's another iteration of the patchset in the malinglist so I'll fold the change there.