projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5285d
)
Another logging fix.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 27 Sep 2010 23:30:13 +0000
(16:30 -0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 27 Sep 2010 23:30:13 +0000
(16:30 -0700)
bluesky/log.c
patch
|
blob
|
history
diff --git
a/bluesky/log.c
b/bluesky/log.c
index
87639db
..
ed13ac1
100644
(file)
--- a/
bluesky/log.c
+++ b/
bluesky/log.c
@@
-335,7
+335,7
@@
void bluesky_log_write_commit_point(BlueSkyFS *fs, BlueSkyCloudLog *marker)
bluesky_cloudlog_sync(commit);
g_mutex_lock(commit->lock);
- while ((commit->
pending_write & CLOUDLOG_JOURNAL
))
+ while ((commit->
location_flags & CLOUDLOG_UNCOMMITTED
))
g_cond_wait(commit->cond, commit->lock);
g_mutex_unlock(commit->lock);