]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/ts_kmp.c
[PATCH] autofs4: fix false negative return from expire
[linux-2.6-omap-h63xx.git] / lib / ts_kmp.c
index 73266b97558587a183c0ed0059b0b8b797bca9bb..7fd45451b44a61e95371008305e6caa87b959a55 100644 (file)
@@ -87,7 +87,7 @@ static inline void compute_prefix_tbl(const u8 *pattern, unsigned int len,
 }
 
 static struct ts_config *kmp_init(const void *pattern, unsigned int len,
-                                 int gfp_mask)
+                                 gfp_t gfp_mask)
 {
        struct ts_config *conf;
        struct ts_kmp *kmp;