diff options
author | Bodo Stroesser <bostroesser@gmail.com> | 2021-03-24 20:57:57 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-04-12 22:40:56 -0400 |
commit | e719afdcf6911425c404ec50403a9aa116b2b616 (patch) | |
tree | cc0441c8c25784c2be3f39608812665fd06c7537 /drivers/block/rsxx/rsxx.h | |
parent | 3722e36c4ea4b9e39fe468dd1776b43c61a0c459 (diff) |
scsi: target: tcmu: Replace block size definitions with new udev members
Replace DATA_PAGES_PER_BLK and DATA_BLOCK_SIZE with new struct elements
tcmu_dev->data_pages_per_blk and tcmu_dev->data_blk_size. These new
variables are still loaded with constant definition DATA_PAGES_PER_BLK_DEF
(= 1) and DATA_PAGES_PER_BLK_DEF * PAGE_SIZE.
There is no way yet to set the values via configfs.
Link: https://lore.kernel.org/r/20210324195758.2021-6-bostroesser@gmail.com
Signed-off-by: Bodo Stroesser <bostroesser@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/block/rsxx/rsxx.h')
0 files changed, 0 insertions, 0 deletions