From 961d3bc4d9678e597dfa46d0f64d367988ff72f8 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Mon, 25 Oct 2010 15:22:34 -0700 Subject: [PATCH] PG::Log::Entry: remove unused snap_t field The snap_t information is stored in the sobject_t field now. Signed-off-by: Colin McCabe --- src/osd/PG.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PG.h b/src/osd/PG.h index 9f148a72a02a4..3ce393bce3a3d 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -259,7 +259,6 @@ public: __s32 op; // write, zero, trunc, remove sobject_t soid; - snapid_t snap; eversion_t version, prior_version; osd_reqid_t reqid; // caller+tid to uniquely identify request utime_t mtime; // this is the _user_ mtime, mind you -- 2.39.5