Hello, This series fixes a bug that was part of the reason we were hitting #5425. In a nutshell, a broken check (fixed in 3/3) was forcing us into a broken code path (not yet fixed). 1/2 and 2/2 are trivial renames that however make things much more obvious. The fix has survived ~60 hours of xfstests in a configuration that previously took ~5 hours to make it pop up and should probably be committed w/o waiting for part 2. Thanks, Ilya Ilya Dryomov (3): libceph: rename ceph_msg::front_max to front_alloc_len libceph: rename front to front_len in get_reply() libceph: fix preallocation check in get_reply() include/linux/ceph/messenger.h | 2 +- net/ceph/messenger.c | 7 +++---- net/ceph/mon_client.c | 8 ++++---- net/ceph/osd_client.c | 9 +++++---- 4 files changed, 13 insertions(+), 13 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html