block: Fix discard topology stacking and reporting
authorMartin K. Petersen <martin.petersen@oracle.com>
Wed, 18 May 2011 08:37:35 +0000 (10:37 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 18 May 2011 08:37:35 +0000 (10:37 +0200)
commita934a00a69e940b126b9bdbf83e630ef5fe43523
treeb3f82d7b0a6c34c4d449debd2d1d242bdbf84b56
parentbbdd304cf66fbf2b4b2d28418dc619d443635e83
block: Fix discard topology stacking and reporting

In some cases we would end up stacking discard_zeroes_data incorrectly.
Fix this by enabling the feature by default for stacking drivers and
clearing it for low-level drivers. Incorporating a device that does not
support dzd will then cause the feature to be disabled in the stacking
driver.

Also ensure that the maximum discard value does not overflow when
exported in sysfs and return 0 in the alignment and dzd fields for
devices that don't support discard.

Reported-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Acked-by: Mike Snitzer <snitzer@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/blk-settings.c
block/blk-sysfs.c
include/linux/blkdev.h