Re: [PATCH 16/20] lightnvm: eliminate nvm_block abstraction on mm

2016-11-18 Thread kbuild test robot
Hi Javier, [auto build test WARNING on linus/master] [also build test WARNING 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 16/20] lightnvm: eliminate nvm_block abstraction on mm

2016-11-18 Thread kbuild test robot
Hi Javier, [auto build test WARNING on linus/master] [also build test WARNING 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 16/20] lightnvm: eliminate nvm_block abstraction on mm

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. A part of this transformation is that targets manage their blocks internally. This patch eliminates the

[PATCH 16/20] lightnvm: eliminate nvm_block abstraction on mm

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. A part of this transformation is that targets manage their blocks internally. This patch eliminates the