Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2002 17:38:58 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Alexander Kabaev <ak03@gte.com>
Cc:        nork@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG
Subject:   Re: filesytem bsize=64k causes libc/db hash crash
Message-ID:  <3D8133A2.4C4504E4@mindspring.com>
References:  <200209122022.g8CKM004040532@nd250009.gab.xdsl.ne.jp> <3D8113D9.CBF06664@mindspring.com> <20020912182637.51b99fd4.ak03@gte.com>

next in thread | previous in thread | raw e-mail | index | archive | help
No... it was a typo.  I was too lazy to make it a manifest constant,
because to do that, I would have had to hack db.h to change the 65536
to a 32768, and add another manifest constant in a different header
for the hash code to use.

Sorry.

-- Terry

Alexander Kabaev wrote:
> 
> On Thu, 12 Sep 2002 15:23:21 -0700
> Terry Lambert <tlambert2@mindspring.com> wrote:
> 
> > +                     if (b.psize > 32768)
> >  +                            b.psize = 32868;
> 
> 32768 vs. 32868 intentional here?
> 
> --
> Alexander Kabaev
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D8133A2.4C4504E4>