看板 DFBSD_bugs 關於我們 聯絡資訊
: :On Thu, 13 Jan 2005 13:22:34 -0800 (PST), Matthew Dillon :<dillon@apollo.backplane.com> 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@machdep.com> 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@backplane.com>