From 6a08ab846cefc82a328cbf9abd96c2e58a6c3664 Mon Sep 17 00:00:00 2001 From: Joern Engel Date: Fri, 5 Mar 2010 16:07:04 +0100 Subject: [LogFS] Check feature flags --- fs/logfs/logfs_abi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fs/logfs/logfs_abi.h') 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 { SIZE_CHECK(logfs_segment_header, LOGFS_SEGMENT_HEADERSIZE); +#define LOGFS_FEATURES_INCOMPAT (0ull) +#define LOGFS_FEATURES_RO_COMPAT (0ull) +#define LOGFS_FEATURES_COMPAT (0ull) + /** * struct logfs_disk_super - on-medium superblock * -- cgit v1.2.3