Re: [PATCHv3 0/8] introduce dynamic device creation/removal

2015-04-15 Thread Sergey Senozhatsky
On (04/15/15 14:37), Andrew Morton wrote: > Unfortunately these were the first-arriving zram patches, so the later > ones required quite a bit of mangling. Hopefully I got it all right. > > This was all a bit disruptive. Please let's not leave major patchsets > floating about in an incomplete/un

Re: [PATCHv3 0/8] introduce dynamic device creation/removal

2015-04-15 Thread Sergey Senozhatsky
Hello, On (04/16/15 08:40), Minchan Kim wrote: > On Wed, Apr 15, 2015 at 02:37:17PM -0700, Andrew Morton wrote: > > On Tue, 3 Mar 2015 21:49:42 +0900 Sergey Senozhatsky > > wrote: > > > > > Hello, > > > > > > This patchset introduces zram-control sysfs class, which has two sysfs > > > attrs:

Re: [PATCHv3 0/8] introduce dynamic device creation/removal

2015-04-15 Thread Minchan Kim
On Wed, Apr 15, 2015 at 02:37:17PM -0700, Andrew Morton wrote: > On Tue, 3 Mar 2015 21:49:42 +0900 Sergey Senozhatsky > wrote: > > > Hello, > > > > This patchset introduces zram-control sysfs class, which has two sysfs > > attrs: > > - zram_add -- add a new specific (device_id) zram devic

Re: [PATCHv3 0/8] introduce dynamic device creation/removal

2015-04-15 Thread Andrew Morton
On Tue, 3 Mar 2015 21:49:42 +0900 Sergey Senozhatsky wrote: > Hello, > > This patchset introduces zram-control sysfs class, which has two sysfs > attrs: > - zram_add -- add a new specific (device_id) zram device > - zram_remove -- remove a specific (device_id) zram device This patchset

[PATCHv3 0/8] introduce dynamic device creation/removal

2015-03-03 Thread Sergey Senozhatsky
Hello, This patchset introduces zram-control sysfs class, which has two sysfs attrs: - zram_add -- add a new specific (device_id) zram device - zram_remove -- remove a specific (device_id) zram device Usage example: # add a new specific zram device echo 4 > /sys/class/