]> git.karo-electronics.de Git - karo-tx-linux.git/commit
zram: move compact_store() to sysfs functions area
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Tue, 7 Apr 2015 23:44:48 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:48 +0000 (09:44 +1000)
commit4ec6b57076d5e9c302a56834d83b5aff3e514148
tree74112d33085af80198f19802a57c56aeb32e5a6b
parent50a92589ac8ce1e2669a6f801b8f55e2af1ef249
zram: move compact_store() to sysfs functions area

A cosmetic change.  We have a new code layout and keep zram per-device
sysfs store and show functions in one place.  Move compact_store() to that
handlers block to conform to current layout.

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/block/zram/zram_drv.c