libceph: drop msg->ack_stamp field
It is set in process_ack() but never used. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
@@ -235,7 +235,6 @@ struct ceph_msg {
|
||||
bool more_to_follow;
|
||||
bool needs_out_seq;
|
||||
int front_alloc_len;
|
||||
unsigned long ack_stamp; /* tx: when we were acked */
|
||||
|
||||
struct ceph_msgpool *pool;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user