staging: lustre: fix gfp_t/int coercion
[deliverable/linux.git] / drivers / staging / lustre / lustre / ptlrpc / ptlrpc_internal.h
index f7be007c88cbb58a0ece501d4b8e1b5dd8382e2f..7fe2e584ffd7d6c27667215c17be182a251da303 100644 (file)
@@ -57,7 +57,7 @@ struct ptlrpc_bulk_desc *ptlrpc_new_bulk(unsigned npages, unsigned max_brw,
                                         unsigned type, unsigned portal);
 int ptlrpc_request_cache_init(void);
 void ptlrpc_request_cache_fini(void);
-struct ptlrpc_request *ptlrpc_request_cache_alloc(int flags);
+struct ptlrpc_request *ptlrpc_request_cache_alloc(gfp_t flags);
 void ptlrpc_request_cache_free(struct ptlrpc_request *req);
 void ptlrpc_init_xid(void);
 
This page took 0.025065 seconds and 5 git commands to generate.