cvs commit: src/sys/kern kern_device.c subr_disk.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 23 12:01:19 PDT 2007
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
More information about the Commits
mailing list