Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
fc21/fc22
-
15694
Description
tracker for 3.17 kernel support
all mods for kernel versions > 3.16 should be collected here
Already seen at least one kernel API change that will need some fixing. The list primitive hlist_add_after() is gone. A similar but not identical new primitive hlist_add_behind() exists instead. We will probably need some autoconf support to adapt to the difference. I note that in the upstream lustre client code in the 3.17 staging drivers sources instances of using hlist_add_after() have been replaced with hlist_add_behind().