libceph: kill most of ceph_msg_pos
authorAlex Elder <elder@inktank.com>
Tue, 12 Mar 2013 04:34:23 +0000 (23:34 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:17:33 +0000 (21:17 -0700)
commit859a35d5523e8e6a5c3568c12febe2e1270bc3a1
tree0aab4623ec39fd01e229c24a97f04a46e9179efd
parent643c68a4a990612720479078f3450d5b766da9f2
libceph: kill most of ceph_msg_pos

All but one of the fields in the ceph_msg_pos structure are now
never used (only assigned), so get rid of them.  This allows
several small blocks of code to go away.

This is cleanup of old code related to:
    http://tracker.ceph.com/issues/4428

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
include/linux/ceph/messenger.h
net/ceph/messenger.c
This page took 0.029307 seconds and 5 git commands to generate.