cvs commit: src/sys/vm swap_pager.c

Poul-Henning Kamp phk at phk.freebsd.dk
Sat Aug 30 09:54:38 PDT 2003


In message <200308301644.h7UGiRel050675 at repoman.freebsd.org>, Poul-Henning Kamp
 writes:
>phk         2003/08/30 09:44:27 PDT
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/vm               swap_pager.c 
>  Log:
>  Add a close() method to a swapdev.
>  
>  Add a GEOM based backend.

This is actually a quite significant step in our SMPng progress as
this is the first code which migrates from vnode based access to
raw disks to GEOM based access.

But this is a rather symbolic thing, in practice nobody will be
able to tell any difference.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list