Re: [PATCH 13/20] lightnvm: move block provisioning to targets

2016-11-18 Thread kbuild test robot
Hi Javier, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc5] [cannot apply to next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 13/20] lightnvm: move block provisioning to targets

2016-11-18 Thread kbuild test robot
Hi Javier, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc5] [cannot apply to next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 13/20] lightnvm: move block provisioning to targets

2016-11-18 Thread Javier González
In order to naturally support multi-target instances on an Open-Channel SSD, targets should own the LUNs they get blocks from and manage provisioning internally. This is done in several steps. This patch moves the block provisioning inside of the target and removes the get/put block interface

[PATCH 13/20] lightnvm: move block provisioning to targets

2016-11-18 Thread Javier González
In order to naturally support multi-target instances on an Open-Channel SSD, targets should own the LUNs they get blocks from and manage provisioning internally. This is done in several steps. This patch moves the block provisioning inside of the target and removes the get/put block interface