Re: [PATCH v4 2/3] zram: change parameter from vaild_io_request()

2014-10-22 Thread Minchan Kim
On Wed, Oct 22, 2014 at 04:04:13PM +0900, karam@lge.com wrote: > From: "karam.lee" > > This patch changes parameter of valid_io_request for common usage. > The purpose of valid_io_request() is to determine if bio request is > valid or not. > This patch use I/O start address and size instead

[PATCH v4 2/3] zram: change parameter from vaild_io_request()

2014-10-22 Thread karam . lee
From: "karam.lee" This patch changes parameter of valid_io_request for common usage. The purpose of valid_io_request() is to determine if bio request is valid or not. This patch use I/O start address and size instead of a BIO parameter for common usage. Signed-off-by: karam.lee --- drivers/bl