summaryrefslogtreecommitdiffstats
path: root/lib/textsearch.c
diff options
context:
space:
mode:
authorAl Viro2005-10-21 09:18:50 +0200
committerLinus Torvalds2005-10-28 17:16:47 +0200
commitfd4f2df24bc23e6b8fc069765b425c7dacf52347 (patch)
treef7e993817030747c5e1000d46685ebd2eef11085 /lib/textsearch.c
parent[PATCH] gfp_t: mm/* (easy parts) (diff)
downloadkernel-qcow2-linux-fd4f2df24bc23e6b8fc069765b425c7dacf52347.tar.gz
kernel-qcow2-linux-fd4f2df24bc23e6b8fc069765b425c7dacf52347.tar.xz
kernel-qcow2-linux-fd4f2df24bc23e6b8fc069765b425c7dacf52347.zip
[PATCH] gfp_t: lib/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/textsearch.c')
-rw-r--r--lib/textsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/textsearch.c b/lib/textsearch.c
index 1e934c196f0f..6f3093efbd7b 100644
--- a/lib/textsearch.c
+++ b/lib/textsearch.c
@@ -254,7 +254,7 @@ unsigned int textsearch_find_continuous(struct ts_config *conf,
* parameters or a ERR_PTR().
*/
struct ts_config *textsearch_prepare(const char *algo, const void *pattern,
- unsigned int len, int gfp_mask, int flags)
+ unsigned int len, gfp_t gfp_mask, int flags)
{
int err = -ENOENT;
struct ts_config *conf;