Re: [RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-09-10 Thread Duane Griffin
On 10/09/2007, Eric Sandeen <[EMAIL PROTECTED]> wrote: > Duane Griffin wrote: > > Sorry I missed this first time around. I came up with a very similar > > fix recently, following a gentoo bug report. However there are a few > > more asserts later that you aren't currently handling. Below is an >

Re: [RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-09-10 Thread Eric Sandeen
Duane Griffin wrote: > Hi Eric, > > On Fri, Aug 31, 2007 at 09:48:43PM -0500, Eric Sandeen wrote: >> (resend, this one got lost? Got an acked-by from Andreas >> last go-round) > > Sorry I missed this first time around. I came up with a very similar > fix recently, following a gentoo bug report.

Re: [RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-09-10 Thread Eric Sandeen
Duane Griffin wrote: Hi Eric, On Fri, Aug 31, 2007 at 09:48:43PM -0500, Eric Sandeen wrote: (resend, this one got lost? Got an acked-by from Andreas last go-round) Sorry I missed this first time around. I came up with a very similar fix recently, following a gentoo bug report. However

Re: [RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-09-10 Thread Duane Griffin
On 10/09/2007, Eric Sandeen [EMAIL PROTECTED] wrote: Duane Griffin wrote: Sorry I missed this first time around. I came up with a very similar fix recently, following a gentoo bug report. However there are a few more asserts later that you aren't currently handling. Below is an

Re: [RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-09-09 Thread Duane Griffin
Hi Eric, On Fri, Aug 31, 2007 at 09:48:43PM -0500, Eric Sandeen wrote: > (resend, this one got lost? Got an acked-by from Andreas > last go-round) Sorry I missed this first time around. I came up with a very similar fix recently, following a gentoo bug report. However there are a few more

Re: [RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-09-09 Thread Duane Griffin
Hi Eric, On Fri, Aug 31, 2007 at 09:48:43PM -0500, Eric Sandeen wrote: (resend, this one got lost? Got an acked-by from Andreas last go-round) Sorry I missed this first time around. I came up with a very similar fix recently, following a gentoo bug report. However there are a few more

[RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-08-31 Thread Eric Sandeen
(resend, this one got lost? Got an acked-by from Andreas last go-round) (Andrew, Ted, should I be splitting out ext3 and ext4 patches and sending separately...?) Thanks, -Eric -- A corrupt ondisk hash dir limit will trip an assert in dx_probe, which calls BUG(). Instead, we can just

[RESEND][PATCH] dir_index: error out instead of BUG on corrupt hash dir limit

2007-08-31 Thread Eric Sandeen
(resend, this one got lost? Got an acked-by from Andreas last go-round) (Andrew, Ted, should I be splitting out ext3 and ext4 patches and sending separately...?) Thanks, -Eric -- A corrupt ondisk hash dir limit will trip an assert in dx_probe, which calls BUG(). Instead, we can just