cvs commit: src/sys/vfs/nfs
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 28 16:04:30 PDT 2004
dillon 2004/08/28 16:04:23 PDT
DragonFly src repository
Modified files:
sys/vfs/nfs nfs_vnops.c
Log:
Fix a bug that was causing a 'lockmgr: draining against myself' panic when
you operated on a NULL mount of a NFS partition. NFS's lookup() code was not
properly setting the CNP_PDIRUNLOCK flag. NULLFS's lookup code depends on
this flag to determine the proper lock state for the nullfs layer's vnode.
Revision Changes Path
1.29 +32 -11 src/sys/vfs/nfs/nfs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_vnops.c.diff?r1=1.28&r2=1.29&f=u
More information about the Commits
mailing list