From e03119e86f695851f68b9a52de64075a89fb41bd Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 2 Oct 2014 13:59:26 -0400 Subject: [PATCH] Update put_task_struct() comments Update the comments to correctly reflect when this interface was added. Signed-off-by: Brian Behlendorf --- config/spl-build.m4 | 4 ++-- 1 file 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]) -- 2.40.0