Re: [PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-05-02 Thread Ganesh Mahendran
Hello, Dan: 2016-04-28 23:36 GMT+08:00 Dan Streetman : > Change the return type of zs_pool_stat_create() to void, and > remove the logic to abort pool creation if the stat debugfs > dir/file could not be created. > > The debugfs stat file is for debugging/information only, and doesn't > affect ope

Re: [PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-04-29 Thread Minchan Kim
On Fri, Apr 29, 2016 at 10:50:13AM -0400, Dan Streetman wrote: > On Fri, Apr 29, 2016 at 1:37 AM, Minchan Kim wrote: > > On Fri, Apr 29, 2016 at 09:38:24AM +0900, Sergey Senozhatsky wrote: > >> On (04/28/16 15:07), Andrew Morton wrote: > >> > Needed a bit of tweaking due to > >> > http://ozlabs.or

Re: [PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-04-29 Thread Dan Streetman
On Fri, Apr 29, 2016 at 1:37 AM, Minchan Kim wrote: > On Fri, Apr 29, 2016 at 09:38:24AM +0900, Sergey Senozhatsky wrote: >> On (04/28/16 15:07), Andrew Morton wrote: >> > Needed a bit of tweaking due to >> > http://ozlabs.org/~akpm/mmotm/broken-out/zsmalloc-reordering-function-parameter.patch >>

Re: [PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-04-28 Thread Minchan Kim
On Fri, Apr 29, 2016 at 09:38:24AM +0900, Sergey Senozhatsky wrote: > On (04/28/16 15:07), Andrew Morton wrote: > > Needed a bit of tweaking due to > > http://ozlabs.org/~akpm/mmotm/broken-out/zsmalloc-reordering-function-parameter.patch > > Thanks. > > > From: Dan Streetman > > Subject: mm/zsma

Re: [PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-04-28 Thread Sergey Senozhatsky
On (04/28/16 15:07), Andrew Morton wrote: > Needed a bit of tweaking due to > http://ozlabs.org/~akpm/mmotm/broken-out/zsmalloc-reordering-function-parameter.patch Thanks. > From: Dan Streetman > Subject: mm/zsmalloc: don't fail if can't create debugfs info > > Change the return type of zs_pool

Re: [PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-04-28 Thread Andrew Morton
On Thu, 28 Apr 2016 11:36:48 -0400 Dan Streetman wrote: > Change the return type of zs_pool_stat_create() to void, and > remove the logic to abort pool creation if the stat debugfs > dir/file could not be created. > > The debugfs stat file is for debugging/information only, and doesn't > affect

[PATCH] mm/zsmalloc: don't fail if can't create debugfs info

2016-04-28 Thread Dan Streetman
Change the return type of zs_pool_stat_create() to void, and remove the logic to abort pool creation if the stat debugfs dir/file could not be created. The debugfs stat file is for debugging/information only, and doesn't affect operation of zsmalloc; there is no reason to abort creating the pool i