There is no MD_OBJET disk type, it's actually MD_SWAP. I guess the

former was either a previous or proposed name that kind of snuck in.
This commit is contained in:
Dima Dorfman 2001-08-16 03:04:49 +00:00
parent 380434d488
commit e0cebb4027
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81744

View file

@ -175,7 +175,7 @@ struct md_s {
struct vnode *vnode;
struct ucred *cred;
/* MD_OBJET related fields */
/* MD_SWAP related fields */
vm_object_t object;
};