On Wednesday 24 September 2008 02:53:04 pm John Baldwin wrote: > jhb 2008-09-24 18:53:04 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_vfsops.c > Log: > SVN rev 183331 on 2008-09-24 18:53:04Z by jhb > > Enable shared lookups on UFS. There are some remaining issues with forced > unmounts, but those are in the VFS lookup code are not UFS specific.
Note that shared lookups are not enabled by default though (vfs.lookup_shared sysctl). Once I wrap my head around lookup() a bit more so I can finish the forced unmount fixes we might consider turning it on though. Also, the recent fixes to UFS were built on the considerable progress made by jeff@ on UFS shared lookups previously. -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
