Re: [PATCH] Move NTFS compression support to new module ntfscomp

2007-12-21 Thread Robert Millan
Committed. On Sat, Dec 15, 2007 at 02:08:22PM +0100, Robert Millan wrote: > > I just tested this with and without the module, on a filesystem with and > without compression (all 4 combinations) and didn't observe any oddities. > > If nobody objects I'll check this in. > > On Wed, Dec 12, 2007

Re: [PATCH] Move NTFS compression support to new module ntfscomp

2007-12-15 Thread Robert Millan
I just tested this with and without the module, on a filesystem with and without compression (all 4 combinations) and didn't observe any oddities. If nobody objects I'll check this in. On Wed, Dec 12, 2007 at 11:56:36PM +0800, Bean wrote: > Ok. > > 2007-12-12 Bean <[EMAIL PROTECTED]> > >

Re: [PATCH] Move NTFS compression support to new module ntfscomp

2007-12-12 Thread Bean
Ok. 2007-12-12 Bean <[EMAIL PROTECTED]> * conf/common.rmk (pkgdata_MODULES): Add ntfscomp.mod. (ntfscomp_mod_SOURCES): New variable. (ntfscomp_mod_CFLAGS): Likewise. (ntfscomp_mod_LDFLAGS): Likewise. * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfsco

Re: [PATCH] Move NTFS compression support to new module ntfscomp

2007-12-12 Thread Robert Millan
On Fri, Nov 30, 2007 at 02:58:11AM +0800, Bean wrote: > Hi, > > This patch move NTFS compression function to a standalone module > ntfscomp. To access NTFS compression file, you just need to load > ntfscomp dynamically: > > insmod ntfscomp > > Compression support is not needed most of the time.

[PATCH] Move NTFS compression support to new module ntfscomp

2007-11-29 Thread Bean
Hi, This patch move NTFS compression function to a standalone module ntfscomp. To access NTFS compression file, you just need to load ntfscomp dynamically: insmod ntfscomp Compression support is not needed most of the time. In some situation, the size of kernel image is limited (like rom), and i