Tentitive UFS patch to narrow down dup alloc panics
Matthew Dillon
dillon at apollo.backplane.com
Thu Jan 13 15:02:40 PST 2005
:
:On Thu, 13 Jan 2005 13:22:34 -0800 (PST), Matthew Dillon
:<dillon at xxxxxxxxxxxxxxxxxxxx> wrote:
:> I would appreciate it if everyone who regularly gets 'dup alloc' inode
:> panics would apply this patch, install a new kernel, reboot into single
:> user, and fsck (to get a 'clean slate'), then reboot normally and see if
:> the dup alloc panic still occurs.
:
:I think testing for this will be around a six month long period.
:
:--
: -David
: Steven David Rhodus
: <drhodus at xxxxxxxxxxx>
Quite possibly, but if it does not introduce any new bugs I will
probably want to commit it anyway. I just think it's too dangerous
to try to reuse an inode that has not yet been completely disposed
of, especially with softupdates active. It's also possible that it
might improve performance. With dirpref active inodes are far more
likely to be reused quickly and this avoids a blocking condition in
VGET by avoiding inodes that are in the process of being destroyed.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Bugs
mailing list