aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-26 19:55:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-26 19:55:24 +0000
commitd0e25cca5eb56a18bd4feddcb4235aff09131a80 (patch)
treef85aa9dacc43f4528daf7c417b61e2506700df83 /src/fs/fs.h
parent95c050064311c6153a5312da89d3a076617141b5 (diff)
change unindex processing order to avoid transient dangling DB entries
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 32b4181dd3..a7ae457d56 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1352,16 +1352,16 @@ enum UnindexState
UNINDEX_STATE_HASHING = 0,
/**
- * We're notifying the FS service about
- * the unindexing.
+ * We're telling the datastore to delete
+ * the respective entries.
*/
- UNINDEX_STATE_FS_NOTIFY = 1,
+ UNINDEX_STATE_DS_REMOVE = 1,
/**
- * We're telling the datastore to delete
- * the respective entries.
+ * We're notifying the FS service about
+ * the unindexing.
*/
- UNINDEX_STATE_DS_REMOVE = 2,
+ UNINDEX_STATE_FS_NOTIFY = 2,
/**
* We're done.