ceph: allocate middle of message before stating to read
Both front and middle parts of the message are now being allocated at the ceph_alloc_msg(). Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
This commit is contained in:
@@ -2953,8 +2953,6 @@ const static struct ceph_connection_operations mds_con_ops = {
|
||||
.get_authorizer = get_authorizer,
|
||||
.verify_authorizer_reply = verify_authorizer_reply,
|
||||
.peer_reset = peer_reset,
|
||||
.alloc_msg = ceph_alloc_msg,
|
||||
.alloc_middle = ceph_alloc_middle,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user