Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Michael-Luke Jones
Andrew Morton wrote: > Lots of git goodies there - I didn't actually receive the patch: the parts > which move files around were communicated via git metadata, not diffs. > Presumably there's a way to tell git to not do that. > > But probably it's best that this change be merged via git anyway.

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Michael-Luke Jones
Satyam Sharma wrote: > Ugh, I wish you had held on from this patch till the original thread > discussing this reached some conclusion ... from Mark's response > there it does seem PRESET_DICT is clearly an implementation > (and not interface) detail -- which means to me that it must continue > to

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Satyam Sharma
Hi Michael, On 5/29/07, Michael-Luke Jones <[EMAIL PROTECTED]> wrote: This patch moves the zlib compression and decompression code to a common directory. The zutil.h header, which is not meant to be public, is moved from include/linux/ to lib/zlib/. You could remove the (now pointless) /*

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Andrew Morton
On Tue, 29 May 2007 17:31:05 +0100 Michael-Luke Jones <[EMAIL PROTECTED]> wrote: > This patch moves the zlib compression and decompression code > to a common directory. The zutil.h header, which is not meant > to be public, is moved from include/linux/ to lib/zlib/. > > In addition, the

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Michael-Luke Jones
Andrew Morton wrote: Lots of git goodies there - I didn't actually receive the patch: the parts which move files around were communicated via git metadata, not diffs. Presumably there's a way to tell git to not do that. But probably it's best that this change be merged via git anyway.

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Andrew Morton
On Tue, 29 May 2007 17:31:05 +0100 Michael-Luke Jones [EMAIL PROTECTED] wrote: This patch moves the zlib compression and decompression code to a common directory. The zutil.h header, which is not meant to be public, is moved from include/linux/ to lib/zlib/. In addition, the PRESET_DICT

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Satyam Sharma
Hi Michael, On 5/29/07, Michael-Luke Jones [EMAIL PROTECTED] wrote: This patch moves the zlib compression and decompression code to a common directory. The zutil.h header, which is not meant to be public, is moved from include/linux/ to lib/zlib/. You could remove the (now pointless) /*

Re: [-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-30 Thread Michael-Luke Jones
Satyam Sharma wrote: Ugh, I wish you had held on from this patch till the original thread discussing this reached some conclusion ... from Mark's response there it does seem PRESET_DICT is clearly an implementation (and not interface) detail -- which means to me that it must continue to live

[-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-29 Thread Michael-Luke Jones
This patch moves the zlib compression and decompression code to a common directory. The zutil.h header, which is not meant to be public, is moved from include/linux/ to lib/zlib/. In addition, the PRESET_DICT definition from zutil.h, used by fs/jffs2/compr_zlib.c is moved to the 'true' public

[-mm] Move zlib compression library to common directory [TAKE TWO]

2007-05-29 Thread Michael-Luke Jones
This patch moves the zlib compression and decompression code to a common directory. The zutil.h header, which is not meant to be public, is moved from include/linux/ to lib/zlib/. In addition, the PRESET_DICT definition from zutil.h, used by fs/jffs2/compr_zlib.c is moved to the 'true' public