CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/04/19 09:26:52
Modified files: sys/sys : extent.h sys/kern : subr_extent.c share/man/man9 : extent.9 Log message: Add a new EX_FILLED flag to make extent_create() create an extent map that has all space allocated such that we can make holes in it using extent_free(). ok miod@