part/dev_desc: Add log2 of blocksize to block_dev_desc data struct

log2 of the device block size serves as the shift value used to calculate
the block number to read in file systems when implementing avaiable block
sizes.
It is needed quite often in file systems thus it is pre-calculated and
stored in the block device descriptor.

Signed-off-by: Egbert Eich <eich@suse.com>

	Taken from 2014.01
Signed-off-by: Eli Nidam <elini@marvell.com>

Change-Id: If69c5a8a1eefddde110388a8fe083c9c4526b975
Reviewed-on: http://vgitil04.il.marvell.com:8080/5722
Reviewed-by: Eli Nidam <elini@marvell.com>
Tested-by: Eli Nidam <elini@marvell.com>
9 files changed