diff options
author | Martin K. Petersen <martin.petersen@oracle.com> | 2016-03-28 21:18:56 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-03-31 20:59:08 -0400 |
commit | f08bb1e0dbdd0297258d0b8cd4dbfcc057e57b2a (patch) | |
tree | ac24f04ece2205d757800420e75113417776ed40 /include | |
parent | 38c315992338a6c26050477b50700e0f8e08ff96 (diff) | |
download | linux-stable-f08bb1e0dbdd0297258d0b8cd4dbfcc057e57b2a.tar.gz linux-stable-f08bb1e0dbdd0297258d0b8cd4dbfcc057e57b2a.tar.bz2 linux-stable-f08bb1e0dbdd0297258d0b8cd4dbfcc057e57b2a.zip |
sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes
During revalidate we check whether device capacity has changed before we
decide whether to output disk information or not.
The check for old capacity failed to take into account that we scaled
sdkp->capacity based on the reported logical block size. And therefore
the capacity test would always fail for devices with sectors bigger than
512 bytes and we would print several copies of the same discovery
information.
Avoid scaling sdkp->capacity and instead adjust the value on the fly
when setting the block device capacity and generating fake C/H/S
geometry.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Cc: <stable@vger.kernel.org>
Reported-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Hannes Reinicke <hare@suse.de>
Reviewed-by: Ewan Milne <emilne@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions