Re: Problems Implementing Snappy Patches

2012-02-21 Thread David Sterba
On Wed, Feb 15, 2012 at 04:46:00PM -0600, Mitch Harder wrote: > I've been trying to test the snappy compression patches, but I'm > getting corruptions when trying to use snappy as built on my system. I went through the original C++ implementation (svn release r52) and compared it to the C implemen

Re: Problems Implementing Snappy Patches

2012-02-16 Thread Mitch Harder
Just to add another data point, I built Chris Mason's 'snappy' branch from git.kernel.org as-is (a 3.2.0 kernel plus the snappy patches) with no additional patches. This 3.2.0 snappy kernel also exhibits the problem copying the kernel sources to a snappy-compressed partition. -- To unsubscribe fro

Re: Problems Implementing Snappy Patches

2012-02-16 Thread David Sterba
On Thu, Feb 16, 2012 at 10:06:13AM +0800, Li Zefan wrote: > Mitch Harder wrote: > > I've been trying to test the snappy compression patches, but I'm > > getting corruptions when trying to use snappy as built on my system. > > > > I've also tried sourcing my snappy patches from Chris Mason's snappy

Re: Problems Implementing Snappy Patches

2012-02-16 Thread Mitch Harder
On Wed, Feb 15, 2012 at 8:06 PM, Li Zefan wrote: > Mitch Harder wrote: >> When I copy directory containing a kernel sources git repository to a >> freshly formated partition mounted with snappy, I get a corrupted >> copy.  If I mount with lzo or lz4 compression, I don't see any >> corruptions from

Re: Problems Implementing Snappy Patches

2012-02-15 Thread Li Zefan
Mitch Harder wrote: > I've been trying to test the snappy compression patches, but I'm > getting corruptions when trying to use snappy as built on my system. > > I'm checking out the Linux 3.2.6 kernel, merging that with the latest > 'for-linus' branch on Chris Mason's kernel.org repo, and then >

Re: Problems Implementing Snappy Patches

2012-02-15 Thread Mitch Harder
On Wed, Feb 15, 2012 at 5:03 PM, Duncan <1i5t5.dun...@cox.net> wrote: > Mitch Harder posted on Wed, 15 Feb 2012 16:46:00 -0600 as excerpted: > >> I've been trying to test the snappy compression patches, but I'm getting >> corruptions when trying to use snappy as built on my system. >> >> I'm checki

Re: Problems Implementing Snappy Patches

2012-02-15 Thread Duncan
Mitch Harder posted on Wed, 15 Feb 2012 16:46:00 -0600 as excerpted: > I've been trying to test the snappy compression patches, but I'm getting > corruptions when trying to use snappy as built on my system. > > I'm checking out the Linux 3.2.6 kernel, merging that with the latest > 'for-linus' br