From 9369b29f1ccfdb033b9a58377f96dbd8c9988756 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 28 Mar 2021 14:43:16 +0000 Subject: [PATCH] fcst: Add a comment that explains which commits modified the FC API git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9370 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/fcst.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fcst/fcst.h b/fcst/fcst.h index 90b6a25fc..66ed933a0 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -27,6 +27,14 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) || \ defined(CONFIG_SUSE_KERNEL) && \ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) +/* + * See also commit 768c72cc34a2 ("scsi: libfc: Replace ->exch_done callback + * with function call") # v4.10 + * and commit 9625cc483b8c ("scsi: libfc: Replace ->seq_release callback with + * function call") # v4.10 + * and commit c6865b30be7e ("scsi: libfc: Replace ->seq_start_next callback + * with function call") # v4.10. + */ #define NEW_LIBFC_API #endif