cvs commit: src/sys/ufs/ffs ffs_vfsops.c
John Baldwin
jhb at freebsd.org
Wed Sep 24 19:11:18 UTC 2008
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
More information about the cvs-src
mailing list