DragonFly commits List (threaded) for 2004-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/emulation/linux src/sys/emulation/linux/i386/linprocfs
dillon 2004/09/09 13:52:21 PDT
DragonFly src repository
Modified files:
sys/emulation/linux linux_util.c
sys/emulation/linux/i386/linprocfs linprocfs_vnops.c
Log:
With vnode locking now mandatory a number of bugs have cropped up in the
linux emulation code. Neither the linux path translation code nor the
linprocfs vfs code was following the locking API properly, resulting in
panics.
Reported-by: Andrew Atrens <atrens@xxxxxxxxxxxxxxxxxx> and others
Revision Changes Path
1.9 +32 -20 src/sys/emulation/linux/linux_util.c
1.17 +64 -31 src/sys/emulation/linux/i386/linprocfs/linprocfs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_util.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linprocfs/linprocfs_vnops.c.diff?r1=1.16&r2=1.17&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]