Re: [PATCH] lib/sg_pool: remove unnecessary null check when free the object

2018-09-08 Thread zhong jiang
On 2018/9/8 18:21, Thomas Gleixner wrote: > On Sat, 8 Sep 2018, zhong jiang wrote: > >> On 2018/9/8 17:46, Thomas Gleixner wrote: >>> On Sat, 8 Sep 2018, zhong jiang wrote: Hi, Thomas Can you pick up the patch? >>> I'm not picking up patches for lib/sg_pool. Why would I? >>> >> I am

Re: [PATCH] lib/sg_pool: remove unnecessary null check when free the object

2018-09-08 Thread Thomas Gleixner
On Sat, 8 Sep 2018, zhong jiang wrote: > On 2018/9/8 17:46, Thomas Gleixner wrote: > > On Sat, 8 Sep 2018, zhong jiang wrote: > >> Hi, Thomas > >> > >> Can you pick up the patch? > > I'm not picking up patches for lib/sg_pool. Why would I? > > > I am sorry for that. I regard you as maintainer for

Re: [PATCH] lib/sg_pool: remove unnecessary null check when free the object

2018-09-08 Thread zhong jiang
On 2018/9/8 17:46, Thomas Gleixner wrote: > On Sat, 8 Sep 2018, zhong jiang wrote: >> Hi, Thomas >> >> Can you pick up the patch? > I'm not picking up patches for lib/sg_pool. Why would I? > I am sorry for that. I regard you as maintainer for lib/sg_pool mistakely. but I can get maintainer inform

Re: [PATCH] lib/sg_pool: remove unnecessary null check when free the object

2018-09-08 Thread Thomas Gleixner
On Sat, 8 Sep 2018, zhong jiang wrote: > Hi, Thomas > > Can you pick up the patch? I'm not picking up patches for lib/sg_pool. Why would I?

Re: [PATCH] lib/sg_pool: remove unnecessary null check when free the object

2018-09-08 Thread zhong jiang
Hi, Thomas Can you pick up the patch? Thanks zhong jiang On 2018/8/1 0:21, zhong jiang wrote: > kmem_cache_destroy/mempool_destroy has taken null check into account. > so remove the redundant check. > > Signed-off-by: zhong jiang > --- > lib/sg_pool.c | 7 +++ > 1 file changed, 3 insertion

[PATCH] lib/sg_pool: remove unnecessary null check when free the object

2018-07-31 Thread zhong jiang
kmem_cache_destroy/mempool_destroy has taken null check into account. so remove the redundant check. Signed-off-by: zhong jiang --- lib/sg_pool.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/sg_pool.c b/lib/sg_pool.c index 6dd3061..d1c1e63 100644 --- a/lib/sg_po