On Mon, Oct 13, 2014 at 05:55:40PM +0900, [email protected] wrote: > From: "karam.lee" <[email protected]> > > This patch removes an unnecessary parameter(bio) > from zram_bvec_rw() and zram_bvec_read(). > zram_bvec_read() doesn't use a bio parameter, so remove it. > zram_bvec_rw() calls a read/write operation not using bio, so a rw parameter > replaces a bio parameter. > > Signed-off-by: karam.lee <[email protected]> Acked-by: Minchan Kim <[email protected]>
- Kind regards, Minchan Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

