Subject: Re: Cannot mount root partition
To: None <rhealey@aggregate.com>
From: None <songcc@VNET.IBM.COM>
List: amiga-dev
Date: 05/23/1994 11:28:08
>
> My solution was to special case lp->d_secpercyl. Something like:
>if (lp->d_secpercyl != rbp->secpercyl)
> lp->d_secpercyl = rbp->secpercyl
I thought about this also. But then, I find it is really redundant, because for
other cases lp->d_secpercyl is equal to rbp->secpercyl so we can just use
rbp->secpercyl without special case.
I think the best solution is to use lp->d_sparespercyl. Just need to find a way
(convenient way) to pass that information.
Song.
------------------------------------------------------------------------------