Re: [PATCH 4/6] lightnvm: pblk: free padded entries in write buffer

2017-09-06 Thread Johannes Thumshirn
On Wed, Sep 06, 2017 at 05:01:04PM +0200, Javier González wrote: > the completion pah. This might require some sectors to be padded in ^ path Looks good otherwise, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn

Re: [PATCH 4/6] lightnvm: pblk: free padded entries in write buffer

2017-09-06 Thread Johannes Thumshirn
On Wed, Sep 06, 2017 at 05:01:04PM +0200, Javier González wrote: > the completion pah. This might require some sectors to be padded in ^ path Looks good otherwise, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage

[PATCH 4/6] lightnvm: pblk: free padded entries in write buffer

2017-09-06 Thread Javier González
When a REQ_FLUSH reaches pblk, the bio cannot be directly completed. Instead, data on the write buffer is flushed and the bio is completed on the completion pah. This might require some sectors to be padded in order to guarantee a successful write. This patch fixes a memory leak on the padded

[PATCH 4/6] lightnvm: pblk: free padded entries in write buffer

2017-09-06 Thread Javier González
When a REQ_FLUSH reaches pblk, the bio cannot be directly completed. Instead, data on the write buffer is flushed and the bio is completed on the completion pah. This might require some sectors to be padded in order to guarantee a successful write. This patch fixes a memory leak on the padded