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

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

Request for review testing of VFS locking patch

2002-09-19 Thread Jeff Roberson
I have a patch available at http://www.chesapeake.net/~jroberson/vfssmp.diff that locks the majority of the vnode fields. The namecache locking has been omitted from this patch. The locking has been specified in vnode.h and all interlock, syncer, and vn lock usage has been verified. Any places