Re: [PATCH v2 06/21] usb/gadget: f_mass_storage: add a level of indirection for luns storage

2013-07-25 Thread Michal Nazarewicz
On Fri, Jul 19 2013, Andrzej Pietrasiewicz wrote: This is needed to prepare for configfs integration. So far the luns have been allocated during gadget's initialization, based on the nluns module parameter's value; the exact number is known when the gadget is initialized and that number of

[PATCH v2 06/21] usb/gadget: f_mass_storage: add a level of indirection for luns storage

2013-07-19 Thread Andrzej Pietrasiewicz
This is needed to prepare for configfs integration. So far the luns have been allocated during gadget's initialization, based on the nluns module parameter's value; the exact number is known when the gadget is initialized and that number of luns is allocated in one go; they all will be used.