]> git.itanic.dy.fi Git - linux-stable/commit
libceph: rename ceph_msg::front_max to front_alloc_len
authorIlya Dryomov <ilya.dryomov@inktank.com>
Thu, 9 Jan 2014 18:08:21 +0000 (20:08 +0200)
committerJiri Slaby <jslaby@suse.cz>
Mon, 31 Mar 2014 12:22:35 +0000 (14:22 +0200)
commit7335817378e3e4c3325c65b0e15b2918cc04f5c1
tree71f249261a9190d1127e2e813c04942248954aff
parent8b988a3907cc2ca7d85c4d79a2afec2914b2de0b
libceph: rename ceph_msg::front_max to front_alloc_len

commit 3cea4c3071d4e55e9d7356efe9d0ebf92f0c2204 upstream.

Rename front_max field of struct ceph_msg to front_alloc_len to make
its purpose more clear.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
include/linux/ceph/messenger.h
net/ceph/messenger.c
net/ceph/mon_client.c