git: kernel - disklabel64 - Adjust partition base to be physically aligned
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Feb 14 11:18:54 PST 2010
commit a3123c2868dc2b6fbf29cd0b30b1f98c4f345090
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Feb 14 10:57:27 2010 -0800
kernel - disklabel64 - Adjust partition base to be physically aligned
* When creating a new pristine label the kernel will align the
partition base to the physical drive instead of to the logical
slice.
This is to accomodate fdisk/slice setups which do not align the
slice properly (which is nearly all of them).
Summary of changes:
sys/kern/subr_disklabel64.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a3123c2868dc2b6fbf29cd0b30b1f98c4f345090
--
DragonFly BSD source repository
More information about the Commits
mailing list