Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 1995 21:03:54 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        phk@freefall.cdrom.com (Poul-Henning Kamp)
Cc:        CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com
Subject:   Re: cvs commit: src/sys/vm vm_swap.c
Message-ID:  <199505120403.VAA14015@gndrsh.aac.dev.com>
In-Reply-To: <199505120355.UAA28770@freefall.cdrom.com> from "Poul-Henning Kamp" at May 11, 95 08:55:01 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> phk         95/05/11 20:55:00
> 
>   Modified:    sys/vm    vm_swap.c
>   Log:
>   I'm about to jump on the swap-initialization, and having talked
>   with davidg about it, I hereby kill two undocumented misfeatures:
>   The code to skip a miniroot in the swapdev is not particular useful, and
>   if we need it we need it to be done properly, ie size the fs and skip all
>   of it not some hardcoded size, and subtract what we skip from the length
>   in the first place.
>   The SEQSWAP dies too.  It's not the way to do it, it doesn't work, and
>   nobody have expressed any great desire for it to work.  The way to
>   implement it correctly would be a second argument to swapon(2) to give
>   a priority/policy information.  Low priority swapdevs can be made so
>   by adding them at a far offset (0x80000000 kind of thing), with almost no
>   modification to the strategy routine (in particular a offset per swapdev).
>   But until the need is obvious, it will not be done.

We are getting very close to code freeze for 2.0.5, is this such a good
idea at this time?  The kernel seems to be very stable right now, and
as soon as Jordan reviews a document why I am saying this will become
obvious.


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505120403.VAA14015>