LICENSE IPL10
FIXES 105457
move the init_mm ifdef down far enough that it's effective and we actually
probe to be able to hook syscall table
(cherry picked from commit
a4e3fb21f0fd8f02ffd2c01b4d39ac55cd3474b1)
/* Code to find the Linux syscall table */
-#if defined(EXPORTED_INIT_MM)
#ifdef OSI_PROBE_STANDALONE
#define OSI_PROBE_DEBUG
#endif
#include <afsconfig.h>
#include "afs/param.h"
#endif
+#if defined(EXPORTED_INIT_MM)
#ifdef AFS_LINUX24_ENV
#include <linux/module.h> /* early to avoid printf->printk mapping */
#ifndef OSI_PROBE_STANDALONE