libceph: add ceph_kv{malloc,free}() and switch to them
[linux-2.6-block.git] / include / linux / ceph / messenger.h
index 861138f7c1611d8b215016da1c8bc275f181f6a3..20ee8b63a96848ad1bc63fb29ce97c853502d700 100644 (file)
@@ -154,7 +154,6 @@ struct ceph_msg {
        struct list_head list_head;     /* links for connection lists */
 
        struct kref kref;
-       bool front_is_vmalloc;
        bool more_to_follow;
        bool needs_out_seq;
        int front_alloc_len;