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:
dd 2001-08-16 03:04:49 +00:00
parent 9efa99824a
commit 0faed463ac

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;
};