[PATCH staging-next] zram: remove zram_sysfs file (v2)

2013-06-21 Thread Sergey Senozhatsky
Move zram sysfs code to zram drv and remove zram_sysfs.c file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop zram_drv wrapper functions, used from zram sysfs: e.g.

Re: [PATCH staging-next] zram: remove zram_sysfs file

2013-06-21 Thread Sergey Senozhatsky
On (06/21/13 15:10), Greg Kroah-Hartman wrote: > > Move zram sysfs code to zram drv and remove zram_sysfs file. > > This gives ability to make static a number of previously exported > > zram functions, used from zram sysfs, e.g. internal zram > > zram_meta_alloc/free(). We also can drop several

Re: [PATCH staging-next] zram: remove zram_sysfs file

2013-06-21 Thread Greg Kroah-Hartman
On Fri, Jun 21, 2013 at 06:29:14PM +0300, Sergey Senozhatsky wrote: > Move zram sysfs code to zram drv and remove zram_sysfs file. > This gives ability to make static a number of previously exported > zram functions, used from zram sysfs, e.g. internal zram > zram_meta_alloc/free(). We also can

[PATCH staging-next] zram: remove zram_sysfs file

2013-06-21 Thread Sergey Senozhatsky
Move zram sysfs code to zram drv and remove zram_sysfs file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop several zram_drv wrapper functions, used from zram sysfs: e.g.

[PATCH staging-next] zram: remove zram_sysfs file

2013-06-21 Thread Sergey Senozhatsky
Move zram sysfs code to zram drv and remove zram_sysfs file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop several zram_drv wrapper functions, used from zram sysfs: e.g.

Re: [PATCH staging-next] zram: remove zram_sysfs file

2013-06-21 Thread Greg Kroah-Hartman
On Fri, Jun 21, 2013 at 06:29:14PM +0300, Sergey Senozhatsky wrote: Move zram sysfs code to zram drv and remove zram_sysfs file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop

Re: [PATCH staging-next] zram: remove zram_sysfs file

2013-06-21 Thread Sergey Senozhatsky
On (06/21/13 15:10), Greg Kroah-Hartman wrote: Move zram sysfs code to zram drv and remove zram_sysfs file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop several zram_drv

[PATCH staging-next] zram: remove zram_sysfs file (v2)

2013-06-21 Thread Sergey Senozhatsky
Move zram sysfs code to zram drv and remove zram_sysfs.c file. This gives ability to make static a number of previously exported zram functions, used from zram sysfs, e.g. internal zram zram_meta_alloc/free(). We also can drop zram_drv wrapper functions, used from zram sysfs: e.g.