Re: [PATCH -mm 1/5] Add LZO1X compression support to the kernel

2007-06-05 Thread Michael-Luke Jones
Richard Purdie wrote: > Index: linux-2.6.21/lib/Kconfig > === > --- linux-2.6.21.orig/lib/Kconfig 2007-06-04 12:19:37.0 +0100 > +++ linux-2.6.21/lib/Kconfig 2007-06-04 12:19:46.0 +0100 > @@ -71,6 +71,11 @@ config

Re: [PATCH -mm 1/5] Add LZO1X compression support to the kernel

2007-06-05 Thread Michael-Luke Jones
Richard Purdie wrote: Index: linux-2.6.21/lib/Kconfig === --- linux-2.6.21.orig/lib/Kconfig 2007-06-04 12:19:37.0 +0100 +++ linux-2.6.21/lib/Kconfig 2007-06-04 12:19:46.0 +0100 @@ -71,6 +71,11 @@ config

[PATCH -mm 1/5] Add LZO1X compression support to the kernel

2007-06-04 Thread Richard Purdie
Add LZO1X compression/decompression support to the kernel. This is based on the standard userspace lzo library, particularly minilzo with the headers much trimmed down and simplified for kernel use. Its structured so that it diffs with the userspace version for ease of future updating. All the

[PATCH -mm 1/5] Add LZO1X compression support to the kernel

2007-06-04 Thread Richard Purdie
Add LZO1X compression/decompression support to the kernel. This is based on the standard userspace lzo library, particularly minilzo with the headers much trimmed down and simplified for kernel use. Its structured so that it diffs with the userspace version for ease of future updating. All the