DragonFly commits List (threaded) for 2004-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys src/sys/kern src/sys/vfs/nfs
dillon 2004/09/04 16:12:55 PDT
DragonFly src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_subr.c
sys/vfs/nfs nfs_node.c
Log:
Fix a bug in sillyrename handling in nfs_inactive(). The code was improperly
ignoring the lock state of the passed vp and recursing nfs_inactive() by
calling vrele() from within nfs_inactive(). Since NFS uses real vnode
locking now, this resulted in a panic.
KDE startup problems reported by: Emiel Kollof <coolvibe@xxxxxxxxxxxxxxxx>
Revision Changes Path
1.22 +1 -0 src/sys/sys/vnode.h
1.39 +29 -2 src/sys/kern/vfs_subr.c
1.14 +10 -11 src/sys/vfs/nfs/nfs_node.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/vnode.h.diff?r1=1.21&r2=1.22&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_node.c.diff?r1=1.13&r2=1.14&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]