Commit cab13afe authored by Wayne Davison's avatar Wayne Davison

A couple comment tweaks.

parent 72fc7ec5
......@@ -39,6 +39,7 @@
incompatible with older versions :-( */
#define CHAR_OFFSET 0
/* These flags are used during the flist transfer. */
#define FLAG_DELETE (1<<0)
#define SAME_MODE (1<<1)
......@@ -54,7 +55,7 @@
#define HAS_INODE_DATA (1<<9)
#define SAME_DEV (1<<10)
/* What flags are relevant after the transfer of the flist is complete? */
/* What flags above are relevant after the transfer of the flist? */
#define LIVE_FLAGS FLAG_DELETE
/* update this if you make incompatible changes */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment