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
This commit is contained in:
Bart Van Assche
2021-03-28 14:43:16 +00:00
parent 3a83346fba
commit 9369b29f1c
+8
View File
@@ -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