Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Minchan Kim
Hello, On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: > Current version of zram does not allow any substitution of a default > compression algorithm. Therefore, I decided to change the existing > implementation of page compression by adding Crypto API compability. > > All direct cal

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Piotr Sarna
On 07/31/2013 02:49 PM, Greg KH wrote: > On Wed, Jul 31, 2013 at 12:16:36PM +0200, Piotr Sarna wrote: >> Hi, >> >> On 07/30/2013 03:53 PM, Greg KH wrote: >>> On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: Current version of zram does not allow any substitution of a default c

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Greg KH
On Wed, Jul 31, 2013 at 12:16:36PM +0200, Piotr Sarna wrote: > Hi, > > On 07/30/2013 03:53 PM, Greg KH wrote: > > On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: > >> Current version of zram does not allow any substitution of a default > >> compression algorithm. Therefore, I decided

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-31 Thread Piotr Sarna
Hi, On 07/30/2013 03:53 PM, Greg KH wrote: > On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: >> Current version of zram does not allow any substitution of a default >> compression algorithm. Therefore, I decided to change the existing >> implementation of page compression by adding Cr

Re: [PATCH 1/2] staging: zram: add Crypto API support

2013-07-30 Thread Greg KH
On Tue, Jul 30, 2013 at 02:30:48PM +0200, Piotr Sarna wrote: > Current version of zram does not allow any substitution of a default > compression algorithm. Therefore, I decided to change the existing > implementation of page compression by adding Crypto API compability. As I have stated before, I