From 8446e841f0bbe8f22512e60109e128c0f08e5132 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 8 Jul 2008 19:00:24 +0200 Subject: [PATCH] --- yaml --- r: 104853 b: refs/heads/master c: a00caa1fa954c734f4214a074727a329a9ba6568 h: refs/heads/master i: 104851: 006e8575825955af5dc89bb85fabf0d9e16f4abe v: v3 --- [refs] | 2 +- trunk/lib/textsearch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d99f726afdb5..7733942645c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 184b6c7682e484032e3f845eef5db26e72681d6f +refs/heads/master: a00caa1fa954c734f4214a074727a329a9ba6568 diff --git a/trunk/lib/textsearch.c b/trunk/lib/textsearch.c index 4b7c6075256f..9fbcb44c554f 100644 --- a/trunk/lib/textsearch.c +++ b/trunk/lib/textsearch.c @@ -267,7 +267,7 @@ struct ts_config *textsearch_prepare(const char *algo, const void *pattern, return ERR_PTR(-EINVAL); ops = lookup_ts_algo(algo); -#ifdef CONFIG_KMOD +#ifdef CONFIG_MODULES /* * Why not always autoload you may ask. Some users are * in a situation where requesting a module may deadlock,