From: Brian Behlendorf Date: Thu, 2 Oct 2014 17:59:26 +0000 (-0400) Subject: Update put_task_struct() comments X-Git-Tag: zfs-0.8.0-rc1~152^2~209^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e03119e86f695851f68b9a52de64075a89fb41bd;p=zfs Update put_task_struct() comments Update the comments to correctly reflect when this interface was added. Signed-off-by: Brian Behlendorf --- 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])