Date: Sat, 28 Jul 2001 13:18:39 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_swap.c Message-ID: <200107282018.f6SKIdH82965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/07/28 13:18:39 PDT Modified files: sys/vm vm_swap.c Log: Permit direct swapping to NFS regular files using swapon(2). We already allow this for NFS swap configured via BOOTP, so it is known to work fine. For many diskless configurations is is more flexible to have the client set up swapping itself; it can recreate a sparse swap file to save on server space for example, and it works with a non-NFS root filesystem such as an in-kernel filesystem image. Revision Changes Path 1.110 +11 -4 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107282018.f6SKIdH82965>