DragonFly commits List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vfs/procfs
dillon 2004/10/20 02:00:35 PDT
DragonFly src repository
Modified files:
sys/vfs/procfs procfs_vnops.c
Log:
Old API compatibility: The directory vnode passed to VOP_LOOKUP() must be
unlocked if this is not the last component of the path, unless we are looking
up '.' in which case it must be locked because the return vnode must be
locked. (echo "kill" > /proc/<pid>/ctl was panicing the system).
Panic-reported-by: =?ISO-8859-1?Q?Christer_=D6berg?= <christer.oberg@xxxxxxxxxx>
Revision Changes Path
1.21 +8 -4 src/sys/vfs/procfs/procfs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/procfs/procfs_vnops.c.diff?r1=1.20&r2=1.21&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]