[PATCH SLOF v2 3/5] disk-label: rename confusing "block" word

Thomas Huth thuth at redhat.com
Mon Jun 29 18:44:12 AEST 2015


On Thu, 25 Jun 2015 12:15:27 +0530
Nikunj A Dadhania <nikunj at linux.vnet.ibm.com> wrote:

> "block" word is not a block number, actually its an allocated host
> address.  Rename it to disk-buf along with a associated
> size(disk-buf-size=4096) for using during allocation/free.
> 
> Also renaming the helper routine read-sector to read-disk-buf. This
> routine assumes the address to be disk-buf and only takes sector number
> as argument.
> 
> Signed-off-by: Nikunj A Dadhania <nikunj at linux.vnet.ibm.com>
> ---
>  slof/fs/packages/disk-label.fs | 78 ++++++++++++++++++++++--------------------
>  1 file changed, 41 insertions(+), 37 deletions(-)

Reviewed-by: Thomas Huth <thuth at redhat.com>


More information about the Linuxppc-dev mailing list