X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=acinclude.m4;h=385550994bd74442ea520f620d1bbee7fc006474;hp=7f69dadb36e43283db753f5fcd52942f3e86e980;hb=b440d8ffcbb0ac58ecaa34a9c60fe27a0fc91026;hpb=355b8c73ed5adc5c182cf29561cc360ef4674f9e diff --git a/acinclude.m4 b/acinclude.m4 index 7f69dad..3855509 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -921,6 +921,10 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) AC_CHECK_LINUX_FUNC([noop_fsync], [#include ], [void *address = &noop_fsync; printk("%p\n", address)];) + AC_CHECK_LINUX_FUNC([kthread_run], + [#include + #include ], + [kthread_run(NULL, NULL, "test");]) dnl Consequences - things which get set as a result of the dnl above tests