mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81744
@ -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 New Issue
Block a user