]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/scrub: removing the unused PgScrubber::m_scrub_reg_stamp
authorRonen Friedman <rfriedma@redhat.com>
Thu, 4 Dec 2025 12:55:18 +0000 (06:55 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Wed, 21 Jan 2026 16:40:16 +0000 (16:40 +0000)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit d51c228883ddddce87d227b78f9377bffd28dd59)

src/osd/scrubber/pg_scrubber.h

index 983804dfc306da413f6d333c7a7f5af777de8130..a4636692e5d27f83ad3b6525048ab453d64ac52d 100644 (file)
@@ -576,8 +576,6 @@ class PgScrubber : public ScrubPgIF,
 
   virtual void _scrub_clear_state() {}
 
-  utime_t m_scrub_reg_stamp;           ///< stamp we registered for
-
   /// the sub-object that manages this PG's scheduling parameters.
   /// An Optional instead of a regular member, as we wish to directly
   /// control the order of construction/destruction.