diff options
author | Joern Engel <joern@logfs.org> | 2010-03-05 10:07:04 -0500 |
---|---|---|
committer | Joern Engel <joern@logfs.org> | 2010-03-05 10:07:04 -0500 |
commit | 6a08ab846cefc82a328cbf9abd96c2e58a6c3664 (patch) | |
tree | 28aca16fc73f9b413d1ae9e67d97cdab39e869b6 /fs/logfs/logfs_abi.h | |
parent | c6d3830140f1d56b07d8ab56a6e14ca3c492a39a (diff) |
[LogFS] Check feature flags
Diffstat (limited to 'fs/logfs/logfs_abi.h')
-rw-r--r-- | fs/logfs/logfs_abi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/logfs/logfs_abi.h b/fs/logfs/logfs_abi.h index 5d3782ddecc8..8d4dd3de551e 100644 --- a/fs/logfs/logfs_abi.h +++ b/fs/logfs/logfs_abi.h | |||
@@ -193,6 +193,10 @@ struct logfs_segment_header { | |||
193 | 193 | ||
194 | SIZE_CHECK(logfs_segment_header, LOGFS_SEGMENT_HEADERSIZE); | 194 | SIZE_CHECK(logfs_segment_header, LOGFS_SEGMENT_HEADERSIZE); |
195 | 195 | ||
196 | #define LOGFS_FEATURES_INCOMPAT (0ull) | ||
197 | #define LOGFS_FEATURES_RO_COMPAT (0ull) | ||
198 | #define LOGFS_FEATURES_COMPAT (0ull) | ||
199 | |||
196 | /** | 200 | /** |
197 | * struct logfs_disk_super - on-medium superblock | 201 | * struct logfs_disk_super - on-medium superblock |
198 | * | 202 | * |