Backed out previous commit. The dev_t -> `struct cdev *' changes have

lots of errors.  Blind substitution of "dev_t foo" by "struct cdev *foo"
in comments usually just created an English syntax error (e.g.,
"struct cdev *changes"), but here it did less than that since the dev_t
is a user dev_t.
This commit is contained in:
bde 2004-06-20 03:11:19 +00:00
parent f83481b547
commit 61308bc09f

View File

@ -131,7 +131,7 @@ struct ufs2_dinode {
* The di_db fields may be overlaid with other information for
* file types that do not have associated disk storage. Block
* and character devices overlay the first data block with their
* struct cdev *value. Short symbolic links place their path in the
* dev_t value. Short symbolic links place their path in the
* di_db area.
*/
#define di_rdev di_db[0]