Date: Sun, 27 Oct 1996 14:31:13 -0800 (PST) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_swap.c Message-ID: <199610272231.OAA20776@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/10/27 14:31:12 Modified: sys/vm vm_swap.c Log: The way we get a vnode for swapdev is not quite kosher. In particular it breaks in the DEVFS_ROOT case. replicate a bit too much of bdevvp() in here to circumvent the problem. The real problem is the magic that lives in bdevsw[1]. Revision Changes Path 1.40 +18 -4 src/sys/vm/vm_swap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610272231.OAA20776>