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() fs/btrfs/raid56.c | 95 ++++++++++++++++++++++----------------------- fs/btrfs/volumes.c | 112 +++++++++++++++++++++++++++-------------------------- 2 files changed, 103 insertions(+), 104 deletions(-) -- 2.16.4