Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Terry Lambert
David O'Brien wrote: > > If this fixes a problem, then please go ahead and commit it. :-) > > Many reasons to not rush this: > > Maybe because we are in the middle of a discussion. > Maybe to educate others why the change was bad so others will not attempt > the same change later. > Maybe the pe

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread David O'Brien
On Mon, Feb 04, 2002 at 03:56:45PM +, Mark Murray wrote: > If this fixes a problem, then please go ahead and commit it. :-) Many reasons to not rush this: Maybe because we are in the middle of a discussion. Maybe to educate others why the change was bad so others will not attempt the same ch

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Mark Murray
> The kernel from today's current (CVSupped 3 Feb 2002 around 17:40 > PST) can't stay up for more than a few minutes without getting a > page-not-present panic at line 1815 of ufs/ffs/ffs_alloc.c revision > 1.86. It is in this code: > > /* > * Find the size of the cluster going

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Bruce Evans
On Mon, 4 Feb 2002, Alfred Perlstein wrote: > * Bruce Evans <[EMAIL PROTECTED]> [020204 05:26] wrote: > > This patch just backs out the change to NBBY. > > Wouldn't this make more sense: > > Index: ffs/ffs_alloc.c > === > RCS file: /

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread John Polstra
In article <[EMAIL PROTECTED]>, Alfred Perlstein <[EMAIL PROTECTED]> wrote: > * Bruce Evans <[EMAIL PROTECTED]> [020204 05:26] wrote: > > This was broken by a recent change to the type of NBBY. > > > > `start' is apparently negative (it would be for blkno == 0). Small > > negative values of `st

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Alfred Perlstein
* Bruce Evans <[EMAIL PROTECTED]> [020204 05:26] wrote: > On Sun, 3 Feb 2002, John Polstra wrote: > > > The kernel from today's current (CVSupped 3 Feb 2002 around 17:40 > > PST) can't stay up for more than a few minutes without getting a > > page-not-present panic at line 1815 of ufs/ffs/ffs_all

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Mark Murray
If this fixes a problem, then please go ahead and commit it. :-) M > On Sun, 3 Feb 2002, John Polstra wrote: > > > The kernel from today's current (CVSupped 3 Feb 2002 around 17:40 > > PST) can't stay up for more than a few minutes without getting a > > page-not-present panic at line 1815 of uf

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Bruce Evans
On Sun, 3 Feb 2002, John Polstra wrote: > The kernel from today's current (CVSupped 3 Feb 2002 around 17:40 > PST) can't stay up for more than a few minutes without getting a > page-not-present panic at line 1815 of ufs/ffs/ffs_alloc.c revision > 1.86. It is in this code: > > /* >

Panics in ffs_clusteracct with todays -current

2002-02-03 Thread John Polstra
The kernel from today's current (CVSupped 3 Feb 2002 around 17:40 PST) can't stay up for more than a few minutes without getting a page-not-present panic at line 1815 of ufs/ffs/ffs_alloc.c revision 1.86. It is in this code: /* * Find the size of the cluster going backward.