Re: svn commit: r204470 - head/sys/fs/msdosfs

2010-02-28 Thread Kostik Belousov
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

Re: svn commit: r204470 - head/sys/fs/msdosfs

2010-02-28 Thread Attilio Rao
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

svn commit: r204470 - head/sys/fs/msdosfs

2010-02-28 Thread 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 fileno rbtree. Tested by:pho MFC af