]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/mempool.c
[PATCH] epoll: fix delayed initialization bug
[linux-2.6-omap-h63xx.git] / mm / mempool.c
index 9a72f7d918fa251bd7b21720ba964af5c1cdc341..65f2957b8d518b7a6d244a339fd4dc5ce85ab9a9 100644 (file)
@@ -205,7 +205,7 @@ void * mempool_alloc(mempool_t *pool, unsigned int __nocast gfp_mask)
        void *element;
        unsigned long flags;
        wait_queue_t wait;
-       int gfp_temp;
+       unsigned int gfp_temp;
 
        might_sleep_if(gfp_mask & __GFP_WAIT);