]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PG::Log::Entry: remove unused snap_t field
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 25 Oct 2010 22:22:34 +0000 (15:22 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 25 Oct 2010 22:24:33 +0000 (15:24 -0700)
The snap_t information is stored in the sobject_t field now.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/osd/PG.h

index 9f148a72a02a4cdf18196a26faf5fa0844e63d07..3ce393bce3a3df282426ffc95f4ee8cbe924c372 100644 (file)
@@ -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