]> Pileus Git - ~andy/linux/blobdiff - fs/ceph/messenger.h
ceph: all allocation functions should get gfp_mask
[~andy/linux] / fs / ceph / messenger.h
index 889f81f093c901b40e529be9a3066e0e2ee53f84..00a9430b1ffc245649ea05b1f3498e9f20708b76 100644 (file)
@@ -232,7 +232,7 @@ extern void ceph_con_keepalive(struct ceph_connection *con);
 extern struct ceph_connection *ceph_con_get(struct ceph_connection *con);
 extern void ceph_con_put(struct ceph_connection *con);
 
-extern struct ceph_msg *ceph_msg_new(int type, int front_len);
+extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags);
 extern void ceph_msg_kfree(struct ceph_msg *m);