DragonFly commits List (threaded) for 2007-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_device.c subr_disk.c
dillon 2007/07/23 11:59:51 PDT
DragonFly src repository
Modified files:
sys/kern kern_device.c subr_disk.c
Log:
The disk layer must not inherit the D_TRACKCLOSE flag from the underlying
device as this will confuse the disk layer's tracking of opens and closes.
This bug caused the disk layer to lose track of which slices and partitions
were open when a slice or partition was opened multiple times.
Revision Changes Path
1.27 +1 -1 src/sys/kern/kern_device.c
1.38 +1 -1 src/sys/kern/subr_disk.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_device.c.diff?r1=1.26&r2=1.27&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_disk.c.diff?r1=1.37&r2=1.38&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]