mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Isolate the swapdev_vp "not quite" vnode in the only source file which
needs it now that /dev/drum is gone. Reviewed by: eivind, peter
This commit is contained in:
parent
33f86cee91
commit
8f52148e89
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ extern dev_t rootdevs[2]; /* possible root devices */
|
|||
extern char *rootdevnames[2]; /* names of possible root devices */
|
||||
extern struct vnode *rootvp; /* vnode equivalent to above */
|
||||
|
||||
extern struct vnode *swapdev_vp;/* vnode for swap device */
|
||||
|
||||
extern int boothowto; /* reboot flags, from console subsystem */
|
||||
extern int bootverbose; /* nonzero to print verbose messages */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue