Re: Patch for 2.6.25 queue

2008-01-26 Thread Theodore Tso
On Sat, Jan 26, 2008 at 12:03:31PM -0500, Theodore Tso wrote: > This patch hunk causes a failure due to a botched brelse->put_bh > conversion, but removing it isn't the right fix. Err, sorry, the above should read, "This patch hunk FIXES a failure"... and if it wasn't clear, I was responsible for

Re: Patch for 2.6.25 queue

2008-01-26 Thread Theodore Tso
On Sat, Jan 26, 2008 at 05:08:49PM +0530, Aneesh Kumar K.V wrote: > This diff contain mballoc fixes and update for ext3-4 migrate patch. I will fold these patches into the patch queue in the proper places (and adjust other patches as necessary). > diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.

Patch for 2.6.25 queue

2008-01-26 Thread Aneesh Kumar K.V
This diff contain mballoc fixes and update for ext3-4 migrate patch. Testing: ext3 to ext4 migration. I will be putting the patch queue for abat test now. -aneesh diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index ebcd25e..99d16f5 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@