scsi_command_size became scsi_command_size_tbl
[openafs.git] / src / afs / LINUX / osi_probe.c
index c95f94c..43cc570 100644 (file)
 #if defined(ENABLE_LINUX_SYSCALL_PROBING)
 #include <linux/module.h> /* early to avoid printf->printk mapping */
 #include <scsi/scsi.h> /* for scsi_command_size */
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26)
+/* Slightly kludgy, but too bad */
+#define scsi_command_size scsi_command_size_tbl
+#endif
 #ifndef OSI_PROBE_STANDALONE
 # include "afs/sysincludes.h"
 # include "afsincludes.h"