1
0
Fork 0
alistair23-linux/drivers/memstick
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size
Until now we have had a 1:1 mapping between storage device physical
block size and the logical block sized used when addressing the device.
With SATA 4KB drives coming out that will no longer be the case.  The
sector size will be 4KB but the logical block size will remain
512-bytes.  Hence we need to distinguish between the physical block size
and the logical ditto.

This patch renames hardsect_size to logical_block_size.

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-05-22 23:22:54 +02:00
..
core block: Do away with the notion of hardsect_size 2009-05-22 23:22:54 +02:00
host dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 2009-04-07 08:31:11 -07:00
Kconfig memstick: add support for JMicron jmb38x MemoryStick host controller 2008-03-10 18:01:19 -07:00
Makefile memstick: initial commit for Sony MemoryStick support 2008-02-09 11:08:34 -08:00