On Sun, Feb 28, 2010 at 07:00:10PM +0100, Attilio Rao wrote:
> 2010/2/28 Konstantin Belousov :
> > Author: kib
> > Date: Sun Feb 28 17:13:07 2010
> > New Revision: 204470
> > URL: http://svn.freebsd.org/changeset/base/204470
> >
> > Log:
> > Add per-mountpoint lockmgr lock for msdosfs. It is inten
2010/2/28 Konstantin Belousov :
> Author: kib
> Date: Sun Feb 28 17:13:07 2010
> New Revision: 204470
> URL: http://svn.freebsd.org/changeset/base/204470
>
> Log:
> Add per-mountpoint lockmgr lock for msdosfs. It is intended to be used
> as fat bitmap lock and to replace global mutex protecting f
Author: kib
Date: Sun Feb 28 17:13:07 2010
New Revision: 204470
URL: http://svn.freebsd.org/changeset/base/204470
Log:
Add per-mountpoint lockmgr lock for msdosfs. It is intended to be used
as fat bitmap lock and to replace global mutex protecting fileno rbtree.
Tested by:pho
MFC af