Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/miscfs/specfs
Module Name: syssrc
Committed By: chs
Date: Sun Sep 23 04:39:26 UTC 2001
Modified Files:
syssrc/sys/miscfs/specfs: spec_vnops.c
Log Message:
change spec_{read,write}() to specify the device blkno in units of DEV_BSIZE
rather than the device's sector size. this allows /dev/rcd0a and /dev/cd0a
to return the same data. fixes PRs 3261 and 14026.
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/miscfs/specfs/spec_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index