[PATCH v2 0/3] fixes for LightNVM

2015-11-26 Thread Wenwei Tao
Hi Matias A couple of fixes based on 4.4rc2 Patch 1: the locking issue move codes 'register with device with a supported manager' into a funtion. But I think iterate over a list to register nvm device with a manger is not a good idea, since we can blocked in manager's register_mgr function while

[PATCH v2 0/3] fixes for LightNVM

2015-11-26 Thread Wenwei Tao
Hi Matias A couple of fixes based on 4.4rc2 Patch 1: the locking issue move codes 'register with device with a supported manager' into a funtion. But I think iterate over a list to register nvm device with a manger is not a good idea, since we can blocked in manager's register_mgr function while