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

2015-06-29 Thread Thomas Huth
On Thu, 25 Jun 2015 12:15:27 +0530 Nikunj A Dadhania 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

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

2015-06-24 Thread Nikunj A Dadhania
"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 o