On Fri, Oct 18, 2019 at 11:58:19AM +0200, Johannes Thumshirn wrote: > Here are some minor coding style cleanups which I think are neat as they make > some functions a bit easier to read. > > None of these patches is really needed though. > > The patches have no regressions with regrads to the basline > btrfs-devel/misc-next on an xfstests -g auto run. > > A gitweb preview can be found at > https://git.kernel.org/pub/scm/linux/kernel/git/jth/linux.git/log/?h=btrfs-raid-cleanups > > Note I did rebase the branch because one patch did not have a changelog. > > Johannes Thumshirn (4): > btrfs: reduce indentation in lock_stripe_add > btrfs: remove pointless local variable in lock_stripe_add() > btrfs: reduce indentation in btrfs_may_alloc_data_chunk > btrfs: remove pointless indentation in btrfs_read_sys_array()
Added to misc-next, thanks.