Updated host/vhost/mic_blk.c, adding a `MIC_` prefix to the SECTOR_SHIFT and
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 30 Apr 2021 21:48:41 +0000 (14:48 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 30 Apr 2021 21:48:41 +0000 (14:48 -0700)
commit263db953b27e671046ebbc6c0c4b71833f1e8dc1
tree596381c4823946d62f096ca129e1379112988041
parentc3839907c500ae2991d210bd0cd7dcd2ef13aa0a
Updated host/vhost/mic_blk.c, adding a `MIC_` prefix to the SECTOR_SHIFT and
SECTOR_SIZE macros since there is a conflicting definition in
`/usr/src/linux-headers-4.19.0-16-common/include/linux/blkdev.h`.

The definitions are nearly identical and that in host/vhost/mic_blk.c could
probably be removed instead of prefixed. I'm just being conservative since I'm
making a bunch of changes at once without the ability to build and test along
the way.
host/vhost/mic_blk.c