Re: [PATCH] ext4: fix error handling in ext4_create_journal

2007-07-05 Thread Borislav Petkov
On Thu, Jul 05, 2007 at 12:17:25AM +0400, Alexey Dobriyan wrote: > On Wed, Jul 04, 2007 at 09:30:24PM +0200, Borislav Petkov wrote: > > Fix error handling in ext4_create_journal according to kernel conventions. > > > --- linux-2.6.22-rc7/fs/ext4/super.c.orig > > +++ linux-2.6.22-rc7/fs/ext4/super.

Re: [PATCH] ext4: fix error handling in ext4_create_journal

2007-07-04 Thread Alexey Dobriyan
On Wed, Jul 04, 2007 at 09:30:24PM +0200, Borislav Petkov wrote: > Fix error handling in ext4_create_journal according to kernel conventions. > --- linux-2.6.22-rc7/fs/ext4/super.c.orig > +++ linux-2.6.22-rc7/fs/ext4/super.c > @@ -2150,6 +2150,7 @@ > unsigned int journ

[PATCH] ext4: fix error handling in ext4_create_journal

2007-07-04 Thread Borislav Petkov
On Tue, Jul 03, 2007 at 03:25:43PM -0700, Andrew Morton wrote: > Please prepare the equivalent patch for ext4. Without that, it'd probably > be better to avoid applying the ext3 patch: there are advantages to keeping > the two in sync where possible. Hi Andrew, here you go. By the way, this