Bart, Martin, Hannes, On 2/27/21 21:56, Chaitanya Kulkarni wrote: > Hi, > > This removes unused macros, various memset, extra variable in the > target/iblock for bio get and fixes type mismatch for the same. > > The unused macros warning are found at compile time and they are > documented in each patch commit log. For memset removal, there are no > warnings. > > First four patches are target_core_iblock.c cleanup. The next six > patches are removal of the unused macros followed by elevan patches to > remove the memset for local array buffers. The last patch is for > removing the duplicate memset to initialize the buffer to 0xff. > > I've tested this patch series with creating target bdev backend with > loop back transport, fio verification job seems to work fine. > > Any feedback is welcome. > > This is generated on today's linux-block for-next. > > -ck any comments on this ?