Re: [PATCH] zram: remove obsolete sysfs attrs

2017-01-22 Thread Sergey Senozhatsky
On (01/23/17 15:04), Minchan Kim wrote: > On Wed, Jan 18, 2017 at 12:58:38PM +0900, Sergey Senozhatsky wrote: > > We had a deprecated_attr_warn() warning for 2 years and now the > > time has come and we finally can do the cleanup. > > > > The plan was as follows: > > > > : per-stat sysfs attribut

Re: [PATCH] zram: remove obsolete sysfs attrs

2017-01-22 Thread Minchan Kim
On Wed, Jan 18, 2017 at 12:58:38PM +0900, Sergey Senozhatsky wrote: > We had a deprecated_attr_warn() warning for 2 years and now the > time has come and we finally can do the cleanup. > > The plan was as follows: > > : per-stat sysfs attributes are considered to be deprecated. > : The basic stra

Re: [PATCH] zram: remove obsolete sysfs attrs

2017-01-17 Thread Sergey Senozhatsky
i.com, linux-kernel@vger.kernel.org, > sergey.senozhat...@gmail.com, sergey.senozhatsky.w...@gmail.com > Subject: [PATCH] zram: remove obsolete sysfs attrs > X-Mailer: git-send-email 2.11.0 > > We had a deprecated_attr_warn() warning for 2 years and now the > time has come and we finally

[PATCH] zram: remove obsolete sysfs attrs

2017-01-17 Thread Sergey Senozhatsky
We had a deprecated_attr_warn() warning for 2 years and now the time has come and we finally can do the cleanup. The plan was as follows: : per-stat sysfs attributes are considered to be deprecated. : The basic strategy is: : -- the existing RW nodes will be downgraded to WO nodes (in linux 4.11)