Re: [PATCH 1/3] ceph: messenger: use read_partial() in read_partial_message()

2012-05-12 Thread Sage Weil
Reviewed-by: Sage Weil s...@inktank.com On Thu, 10 May 2012, Alex Elder wrote: There are two blocks of code in read_partial_message()--those that read the header and footer of the message--that can be replaced by a call to read_partial(). Do that. Signed-off-by: Alex Elder

[PATCH 1/3] ceph: messenger: use read_partial() in read_partial_message()

2012-05-10 Thread Alex Elder
There are two blocks of code in read_partial_message()--those that read the header and footer of the message--that can be replaced by a call to read_partial(). Do that. Signed-off-by: Alex Elder el...@inktank.com --- net/ceph/messenger.c | 30 ++ 1 file changed,