scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
authorBodo Stroesser <bostroesser@gmail.com>
Wed, 24 Mar 2021 19:57:54 +0000 (20:57 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Apr 2021 02:40:55 +0000 (22:40 -0400)
commit8b084d9dfb0158362c3be6ee7fdc8c8320a0ba30
treedd97c57a191f817f97f57fb31ade9bc853254fa2
parentecddbb7e945daabdf28a29b95c4a2d88d166a891
scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE

Rename some variables and definitions as a first preparation for
DATA_BLOCK_SIZE != PAGE_SIZE and add the new DATA_PAGES_PER_BLK definition
containing the number of pages per data block.

Rename tcmu_try_get_block_page() to tcmu_try_get_data_page(). Keep name
tcmu_get_block_page() since it will go away in a following commit when
there is only one caller left.  Subsequent commits will then add full
support for DATA_PAGES_PER_BLK != 1, which also means DATA_BLOCK_SIZE =
DATA_PAGES_PER_BLK * PAGE_SIZE

Link: https://lore.kernel.org/r/20210324195758.2021-3-bostroesser@gmail.com
Signed-off-by: Bodo Stroesser <bostroesser@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_user.c