diff options
author | Yehuda Sadeh <yehuda@hq.newdream.net> | 2010-01-08 16:58:34 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-01-25 15:57:37 -0500 |
commit | 2450418c47b7998ad55a73f23707b1e21c371eef (patch) | |
tree | 1e17dd88f86c5daa1bfbca1aeea0c909391b5829 /fs/ceph/mds_client.c | |
parent | 5b1daecd59f95eb24dc629407ed80369c9929520 (diff) |
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>
Diffstat (limited to 'fs/ceph/mds_client.c')
-rw-r--r-- | fs/ceph/mds_client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 623c67cd484b..93998a0678c4 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c | |||
@@ -2953,8 +2953,6 @@ const static struct ceph_connection_operations mds_con_ops = { | |||
2953 | .get_authorizer = get_authorizer, | 2953 | .get_authorizer = get_authorizer, |
2954 | .verify_authorizer_reply = verify_authorizer_reply, | 2954 | .verify_authorizer_reply = verify_authorizer_reply, |
2955 | .peer_reset = peer_reset, | 2955 | .peer_reset = peer_reset, |
2956 | .alloc_msg = ceph_alloc_msg, | ||
2957 | .alloc_middle = ceph_alloc_middle, | ||
2958 | }; | 2956 | }; |
2959 | 2957 | ||
2960 | 2958 | ||