DragonFly commits List (threaded) for 2004-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vfs/nfs
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]