Update logic for flushing data to cloud.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 24 Aug 2010 23:53:00 +0000 (16:53 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 24 Aug 2010 23:53:00 +0000 (16:53 -0700)
commit8ea73bbfba8c53cdaf41f2abf47bec389d1fa8ba
tree99419f0ed57804252c82407ded2afcc88a0fee16
parent7795e004d36e779abdf77f8771488595839e4bee
Update logic for flushing data to cloud.

Do not force a commit of the most recent data, and instead just write out
whatever was last written to the journal.

This could be a win or a loss:
  - We do not need to force a sync of all data to the journal when we
    upload data to the cloud.
  - But, we may end up writing out old data, which we'll then need to
    overwrite a short time later.
bluesky/cache.c
bluesky/cloudlog.c
bluesky/inode.c
bluesky/serialize.c