mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
MOSDECSubOpWrite: drop transaction, log_entries in clear_buffers
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
718cda6e95
commit
d4118e15a3
@ -60,6 +60,11 @@ public:
|
||||
<< " " << op;
|
||||
out << ")";
|
||||
}
|
||||
|
||||
void clear_buffers() {
|
||||
op.t = ObjectStore::Transaction();
|
||||
op.log_entries.clear();
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user