On Thu, Oct 24, 2019 at 05:44:54PM +0200, Johannes Thumshirn wrote: > In btrfs_statfs() we cache fs_info::space_info in a local variable only > to use it once in a list_for_each_rcu() statement. > > Not only is the local variable unnecessary it even makes the code harder > to follow as it's not clear which list it is iterating. > > Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx> Added to misc-next as it's not related to the statfs change itself.
