Re: [PATCH] Fix cryptoapi deflate not handling PAGE_SIZE chunks.

2005-07-30 Thread Herbert Xu
On Sun, Jul 31, 2005 at 03:14:02PM +1000, Nigel Cunningham wrote: > > Yes, Suspend2 if the user selects deflate as their compressor. The > output data will be PAGE_SIZE chunks, but deflate sometimes thinks it > has an extra byte to give us back. Are you saying that you're feeding it PAGE_SIZE chu

Re: [PATCH] Fix cryptoapi deflate not handling PAGE_SIZE chunks.

2005-07-30 Thread Nigel Cunningham
Hi. On Sun, 2005-07-31 at 13:40, Herbert Xu wrote: > On Mon, Jul 18, 2005 at 01:26:35PM +1000, Nigel Cunningham wrote: > > > > Here's a resend of a patch I'm using in Suspend2's new cryptoapi > > support, which is needed for us to successfully compress pages using > > deflate. It's along the line

Re: [PATCH] Fix cryptoapi deflate not handling PAGE_SIZE chunks.

2005-07-30 Thread Herbert Xu
On Mon, Jul 18, 2005 at 01:26:35PM +1000, Nigel Cunningham wrote: > > Here's a resend of a patch I'm using in Suspend2's new cryptoapi > support, which is needed for us to successfully compress pages using > deflate. It's along the lines of the existing fix in the decompression > code. > > diff -r