Re: Request for review testing of VFS locking patch

2002-09-20 Thread Boris Popov

On Thu, 19 Sep 2002, Jeff Roberson wrote:

 This patch touches every filesystem.  I have tested with several but I
 would appreciate more extensive testing especially if you use one of the
 lesser used filesystems (ie non ufs).  Please test with WITNESS and
 DEBUG_VFS_LOCKS enabled.  If you find that it drops into the debugger
 please get a back trace and then do the following:

Well, haven't tested it with smbfs, but may point that patch for
nwfs contains two vref()s instead of vgetref().

-- 
Boris Popov
http://rbp.euro.ru


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Request for review testing of VFS locking patch

2002-09-20 Thread Jeff Roberson

On Fri, 20 Sep 2002, Boris Popov wrote:

 On Thu, 19 Sep 2002, Jeff Roberson wrote:
 
   Well, haven't tested it with smbfs, but may point that patch for
 nwfs contains two vref()s instead of vgetref().
 

Ah, thanks very much.  (un?)luckily it was in debug code so it would not
have been noticed for a while.  I have updated the patch to reflect this
change as well as three bugs in the nfs locking that phk and I found.

It's at the same place: http://www.chesapeake.net/~jroberson/vfssmp.diff

Thanks,
Jeff


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message