mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user