This commit is contained in:
Bart Van Assche
2018-12-19 06:51:27 -08:00
parent 793c9ca505
commit bc797514f9

View File

@@ -371,7 +371,8 @@ static inline int scst_sense_response_code(const uint8_t *sense)
&& (!defined(RHEL_MAJOR) || RHEL_MAJOR -0 <= 5)
#define WRITE_ATTRIBUTE 0x8D
#endif
#if !defined(__KERNEL__) || LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
#if (!defined(__KERNEL__) || LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)) &&\
!defined(WRITE_VERIFY_16)
#define WRITE_VERIFY_16 0x8E
#endif
#define VERIFY_6 0x13