virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM)
authorDavid Hildenbrand <david@redhat.com>
Thu, 12 Nov 2020 13:38:06 +0000 (14:38 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 18 Dec 2020 21:14:27 +0000 (16:14 -0500)
commit905c4c5146dcb1b1e0a534ae9b5da6c5e4f29c21
treed08ca4c29782862dc7d033ac8fbd4dcbe224900e
parent54c6a6ba75ba4c428b659b167f87c07100ba260e
virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM)

Let's rename to "sbs_per_mb" and "sb_size" and move accordingly.

Reviewed-by: Wei Yang <richard.weiyang@linux.alibaba.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Pankaj Gupta <pankaj.gupta.linux@gmail.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Link: https://lore.kernel.org/r/20201112133815.13332-21-david@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_mem.c