]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/transaction: remove unused initiated_after
authorSamuel Just <sjust@redhat.com>
Mon, 28 Jun 2021 21:22:55 +0000 (14:22 -0700)
committerSamuel Just <sjust@redhat.com>
Tue, 29 Jun 2021 17:08:55 +0000 (10:08 -0700)
retired_gate_token has this information, Transaction::initiated_after
was left by accident.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/seastore/transaction.h

index 2f242c1c9b8a2c87d4d9bae73af1af6d12a1e0d9..c37dcccf0d147ea84272d335d99244fb4e1d5778 100644 (file)
@@ -148,8 +148,6 @@ private:
 
   std::vector<std::pair<paddr_t, extent_len_t>> retired_uncached;
 
-  journal_seq_t initiated_after;
-
   retired_extent_gate_t::token_t retired_gate_token;
 
   bool conflicted = false;