From: Aaron Taylor Date: Fri, 30 Apr 2021 21:48:41 +0000 (-0700) Subject: Updated host/vhost/mic_blk.c, adding a `MIC_` prefix to the SECTOR_SHIFT and X-Git-Tag: first-build~11 X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/commitdiff_plain/263db953b27e671046ebbc6c0c4b71833f1e8dc1?hp=263db953b27e671046ebbc6c0c4b71833f1e8dc1 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. ---