Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2008 14:56:53 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        cvs-src@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200809241456.54294.jhb@freebsd.org>
In-Reply-To: <200809241853.m8OIrNCR093512@repoman.freebsd.org>
References:  <200809241853.m8OIrNCR093512@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809241456.54294.jhb>