Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 09/10/1998 13:52:13
Module Name: src
Committed By: pk
Date: Thu Sep 10 20:52:13 UTC 1998
Modified Files:
src/sys/kern: subr_extent.c
Log Message:
Allow the result of an extent allocation to be congruous to an arbitrary
number modulo the given alignment.
To do this the function extent_alloc_subregion() takes an additional `skew'
parameter. For compatibility's sake, this function has been renamed to
extent_alloc_subregion1().