mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
380434d488
commit
e0cebb4027
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue