More cache behavior tweaks.
[bluesky.git] / bluesky / bluesky.h
index 205da74..482c39a 100644 (file)
@@ -230,9 +230,6 @@ typedef struct {
     /* Last access time to this inode, for controlling cache evictions. */
     int64_t access_time;
 
-    /* Additional state for tracking cache writeback status. */
-    uint64_t change_pending;    /* change_count version currently being committed to storage */
-
     /* Version of the object last serialized and committed to storage. */
     BlueSkyCloudLog *committed_item;