Re: [PATCH 0/4] Spring cleaning

2019-06-19 Thread David Sterba
On Wed, Jun 19, 2019 at 05:04:36PM +0300, Nikolay Borisov wrote: > Just a couple of patches that remove unneeded code. The first one does away > with an always true if construct and the rest remove code which has been #if 0 > for quite some time. > > Nikolay Borisov (4): > btrfs-progs: Remove r

[PATCH 0/4] Spring cleaning

2019-06-19 Thread Nikolay Borisov
Just a couple of patches that remove unneeded code. The first one does away with an always true if construct and the rest remove code which has been #if 0 for quite some time. Nikolay Borisov (4): btrfs-progs: Remove redundant if btrfs-progs: Remove commented code btrfs: Remove old send imp