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:
Poul-Henning Kamp 1999-11-22 15:17:59 +00:00
parent 33f86cee91
commit 8f52148e89

View file

@ -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 */