[PATCH 1/3] zram: rename IO processing functions

2016-09-22 Thread Minchan Kim
Currently, IO processing functions works synchronously. Let's clear it because later patches will introduce asynchronous IO functions. As well renaming, it moves zram meta reference counting logic into IO processing functions because it should be done in IO service routine, not IO request

[PATCH 1/3] zram: rename IO processing functions

2016-09-22 Thread Minchan Kim
Currently, IO processing functions works synchronously. Let's clear it because later patches will introduce asynchronous IO functions. As well renaming, it moves zram meta reference counting logic into IO processing functions because it should be done in IO service routine, not IO request