commit | 9d2a06c2750177dca5f8d0e89884c1d409d64bbc | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Mar 08 13:35:36 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:17:05 2013 -0700 |
tree | 0423695d2b76161c2c537b331464a207ea25d832 | |
parent | 95e072eb38f99c724739d91a1f12bb8bfe1619b5 [diff] |
libceph: kill message trail The wart that is the ceph message trail can now be removed, because its only user was the osd client, and the previous patch made that no longer the case. The result allows write_partial_msg_pages() to be simplified considerably. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>