diff options
Diffstat (limited to 'include/linux/ceph/messenger.h')
| -rw-r--r-- | include/linux/ceph/messenger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index d7adf151d335..ffbeb2c217b4 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include <linux/net.h> | 6 | #include <linux/net.h> |
| 7 | #include <linux/radix-tree.h> | 7 | #include <linux/radix-tree.h> |
| 8 | #include <linux/uio.h> | 8 | #include <linux/uio.h> |
| 9 | #include <linux/version.h> | ||
| 10 | #include <linux/workqueue.h> | 9 | #include <linux/workqueue.h> |
| 11 | 10 | ||
| 12 | #include "types.h" | 11 | #include "types.h" |
| @@ -238,7 +237,8 @@ extern void ceph_con_keepalive(struct ceph_connection *con); | |||
| 238 | extern struct ceph_connection *ceph_con_get(struct ceph_connection *con); | 237 | extern struct ceph_connection *ceph_con_get(struct ceph_connection *con); |
| 239 | extern void ceph_con_put(struct ceph_connection *con); | 238 | extern void ceph_con_put(struct ceph_connection *con); |
| 240 | 239 | ||
| 241 | extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags); | 240 | extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, |
| 241 | bool can_fail); | ||
| 242 | extern void ceph_msg_kfree(struct ceph_msg *m); | 242 | extern void ceph_msg_kfree(struct ceph_msg *m); |
| 243 | 243 | ||
| 244 | 244 | ||
