libceph: rename ceph_msg::front_max to front_alloc_len
[pandora-kernel.git] / include / linux / ceph / messenger.h
index ffbeb2c..5b6efef 100644 (file)
@@ -92,7 +92,7 @@ struct ceph_msg {
        bool front_is_vmalloc;
        bool more_to_follow;
        bool needs_out_seq;
-       int front_max;
+       int front_alloc_len;
        unsigned long ack_stamp;        /* tx: when we were acked */
 
        struct ceph_msgpool *pool;