cvs commit: src/sys/vfs/nfs nfs_serv.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 28 16:22:47 PST 2006
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>
Revision Changes Path
1.26 +4 -0 src/sys/vfs/nfs/nfs_serv.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_serv.c.diff?r1=1.25&r2=1.26&f=u
More information about the Commits
mailing list