1
0
Fork 0
alistair23-linux/drivers/mmc/card
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
..
Kconfig mmc: explicitly mention SDIO support in Kconfig 2008-10-12 11:04:36 +02:00
Makefile mmc: mmc host test driver 2008-05-14 21:02:16 +02:00
block.c block: Do away with the notion of hardsect_size 2009-05-22 23:22:54 +02:00
mmc_test.c mmc_test: fix basic read test 2009-02-18 21:01:14 +01:00
queue.c block: implement and enforce request peek/start/fetch 2009-05-11 09:52:18 +02:00
queue.h mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00
sdio_uart.c proc tty: switch sdio_uart to ->proc_fops 2009-04-01 08:59:09 -07:00