cvs commit: src/sys/vfs/nfs nfs_serv.c

Sascha Wildner saw at online.de
Thu Mar 2 09:32:56 PST 2006


Matthew Dillon wrote:
dillon      2006/02/28 16:21:58 PST

DragonFly src repository

  Modified files:
    sys/vfs/nfs          nfs_serv.c 
  Log:
  dvp must be unlocked prior to issuing a VOP operation to avoid obtaining
  a recursive exclusive lock.  Some filesystem drivers (e.g. msdos) do not
  allow recursive locks.
  
  Reported-by: Sascha Wildner <swildner at xxxxxxxxxxxxxxxxxxxxxxx>
I tried this patch and I can touch a file on the exported drive (which 
didn't work before). But now it panics when I try to rm that file again.

"panic: lockmgr: locking against myself"

Sascha





More information about the Commits mailing list