summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2014-10-02 13:59:26 -0400
committerBrian Behlendorf <[email protected]>2014-10-17 15:11:51 -0700
commite03119e86f695851f68b9a52de64075a89fb41bd (patch)
tree3386e06415e8e33d73c588120ddbf1fa3e4b25f8 /config
parent68a829b29d50b2a0e83222e93cf4897527673a41 (diff)
Update put_task_struct() comments
Update the comments to correctly reflect when this interface was added. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config')
-rw-r--r--config/spl-build.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/spl-build.m4 b/config/spl-build.m4
index 91318efc3..49cbfb624 100644
--- a/config/spl-build.m4
+++ b/config/spl-build.m4
@@ -1163,8 +1163,8 @@ AC_DEFUN([SPL_AC_KUIDGID_T], [
])
dnl #
-dnl # 2.6.x API change,
-dnl # __put_task_struct() was exported in RHEL5 but unavailable elsewhere.
+dnl # 2.6.39 API change,
+dnl # __put_task_struct() was exported by the mainline kernel.
dnl #
AC_DEFUN([SPL_AC_PUT_TASK_STRUCT],
[AC_MSG_CHECKING([whether __put_task_struct() is available])