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. D

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 l

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) /* WA

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_DI