Re: [PATCH] lightnvm: rename dma helper functions (UPS)

2016-04-29 Thread Matias Bjørling
On 04/28/2016 05:47 PM, Javier González wrote: Until now, the dma pool have been exclusively used to allocate the ppa list being sent to the device. In pblk (upcoming), we use these pools to allocate metadata too. Thus, we generalize the names of some variables on the dma helper functions to

Re: [PATCH] lightnvm: rename dma helper functions (UPS)

2016-04-29 Thread Matias Bjørling
On 04/28/2016 05:47 PM, Javier González wrote: Until now, the dma pool have been exclusively used to allocate the ppa list being sent to the device. In pblk (upcoming), we use these pools to allocate metadata too. Thus, we generalize the names of some variables on the dma helper functions to

[PATCH] lightnvm: rename dma helper functions (UPS)

2016-04-28 Thread Javier González
Until now, the dma pool have been exclusively used to allocate the ppa list being sent to the device. In pblk (upcoming), we use these pools to allocate metadata too. Thus, we generalize the names of some variables on the dma helper functions to make the code more readable. Signed-off-by: Javier

[PATCH] lightnvm: rename dma helper functions (UPS)

2016-04-28 Thread Javier González
Until now, the dma pool have been exclusively used to allocate the ppa list being sent to the device. In pblk (upcoming), we use these pools to allocate metadata too. Thus, we generalize the names of some variables on the dma helper functions to make the code more readable. Signed-off-by: Javier