The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define.

This commit is contained in:
Wayne Davison
2004-01-15 02:25:38 +00:00
parent 68f9910d94
commit f7f10340d6

View File

@@ -55,7 +55,7 @@
#define SAME_DEV (1<<10)
/* What flags are relevant after the transfer of the flist is complete? */
#define LIVE_FLAGS (FLAG_DELETE|HAS_INODE_DATA)
#define LIVE_FLAGS FLAG_DELETE
/* update this if you make incompatible changes */
#define PROTOCOL_VERSION 28