]> git.baikalelectronics.ru Git - kernel.git/commit
target: Fix iblock se_dev_attrib.unmap_granularity
authorMarco Sanvido <marco@purestorage.com>
Fri, 20 Jan 2012 23:49:27 +0000 (15:49 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 7 Feb 2012 06:48:20 +0000 (06:48 +0000)
commit6f390e6d5883d3e54d451791e2f332e569f1294c
tree3952df49566e07f4cbdbc7aef6b28abadf008dca
parent760c88a721628151626e996b4a1eac34610c2bfe
target: Fix iblock se_dev_attrib.unmap_granularity

The block layer keeps q->limits.discard_granularity in bytes, but iblock
(and the SCSI Block Limits VPD page) keep unmap_granularity in blocks.
Report the correct value when exporting block devices by dividing to
convert bytes to blocks.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_iblock.c