Brian Behlendorf
bd29109f1a
Linux 4.2 compat: follow_link() / put_link()
...
As of Linux 4.2 the kernel has completely retired the nameidata
structure. One of the few remaining consumers of this interface
were the follow_link() and put_link() callbacks.
This patch adds the required checks to configure to detect the
interface change and updates the functions accordingly. Migrating
to the simple_follow_link() interface was considered but was decided
against ironically due to the increased complexity.
It also should be noted that the kernel follow_link() and put_link()
interfaces changes several times after 4.1 and but before 4.2. This
means there is a narrow range of kernel commits which never appear
in an official tag of the Linux kernel which ZoL will not build.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Issue #3596
2015-07-17 09:18:16 -07:00
..
2014-10-31 16:25:34 -07:00
2015-07-13 12:55:26 -07:00
2014-03-20 12:11:57 -07:00
2010-08-31 13:41:27 -07:00
2014-06-02 13:43:20 -07:00
2014-10-17 14:58:38 -07:00
2012-08-24 08:56:38 -07:00
2013-07-08 15:41:57 -07:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2015-03-16 10:56:26 -07:00
2014-04-10 14:28:38 -07:00
2013-03-04 08:49:17 -08:00
2015-05-11 15:07:00 -07:00
2011-04-19 10:10:47 -07:00
2014-10-17 14:58:38 -07:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2014-10-17 14:58:38 -07:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2014-10-17 14:58:38 -07:00
2013-01-10 16:09:39 -08:00
2013-01-10 16:09:39 -08:00
2012-07-26 13:42:57 -07:00
2012-07-17 09:17:31 -07:00
2013-07-08 15:41:57 -07:00
2012-07-26 13:42:57 -07:00
2012-07-26 13:42:57 -07:00
2012-10-03 10:49:45 -07:00
2015-07-17 09:18:16 -07:00
2012-07-26 13:42:57 -07:00
2012-07-26 13:42:57 -07:00
2015-06-22 10:22:49 -07:00
2014-11-17 11:13:55 -08:00
2013-03-04 08:49:17 -08:00
2013-03-04 08:49:17 -08:00
2012-08-07 14:55:31 -07:00
2013-01-10 16:09:39 -08:00
2012-07-23 12:29:23 -07:00
2012-07-17 09:22:43 -07:00
2013-03-04 08:49:17 -08:00
2015-02-10 11:24:51 -08:00
2011-04-19 10:10:47 -07:00
2015-07-17 09:18:16 -07:00
2013-03-04 08:49:17 -08:00
2013-01-10 16:09:39 -08:00
2012-07-26 13:42:57 -07:00
2012-07-26 13:42:57 -07:00
2011-04-19 10:10:47 -07:00
2014-05-01 10:06:49 -07:00
2011-04-19 10:10:47 -07:00
2013-01-28 15:35:00 -08:00
2015-07-17 09:18:16 -07:00
2013-07-02 09:24:43 -07:00
2013-03-04 08:49:17 -08:00
2012-07-26 13:42:57 -07:00
2012-07-26 13:42:57 -07:00
2015-07-17 09:18:16 -07:00
2014-04-10 14:28:51 -07:00
2013-01-10 16:09:39 -08:00
2013-02-24 10:20:28 -08:00
2011-12-16 20:02:52 -08:00
2012-10-14 13:06:48 -07:00
2012-07-20 12:31:45 -07:00
2015-06-17 10:43:13 -07:00
2012-07-23 12:29:32 -07:00
2012-07-26 13:42:57 -07:00
2013-08-15 16:19:07 -07:00
2015-06-18 12:06:59 -07:00
2014-05-01 10:06:49 -07:00
2015-07-17 09:18:16 -07:00
2015-05-18 16:54:36 -07:00
2014-06-10 16:46:21 -07:00
2015-07-13 12:55:26 -07:00
2011-11-08 11:32:04 -08:00
2013-03-18 15:33:17 -07:00
2010-08-31 13:41:27 -07:00
2014-06-11 16:32:57 -07:00
2014-03-20 12:11:57 -07:00
2013-10-10 16:56:51 -07:00
2010-08-31 13:41:27 -07:00
2014-03-31 16:11:13 -07:00
2014-10-28 09:41:14 -07:00
2014-02-05 12:25:30 -08:00
2014-06-11 16:32:57 -07:00
2010-08-31 13:41:27 -07:00
2014-10-28 09:40:59 -07:00
2015-07-13 12:55:26 -07:00
2014-05-29 19:31:50 -07:00