diff options
Diffstat (limited to 'fs/ocfs2/ocfs2_fs.h')
-rw-r--r-- | fs/ocfs2/ocfs2_fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index 0a5ac790a628..359732e18e82 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h | |||
@@ -94,7 +94,9 @@ | |||
94 | | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \ | 94 | | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \ |
95 | | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK \ | 95 | | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK \ |
96 | | OCFS2_FEATURE_INCOMPAT_XATTR) | 96 | | OCFS2_FEATURE_INCOMPAT_XATTR) |
97 | #define OCFS2_FEATURE_RO_COMPAT_SUPP (OCFS2_FEATURE_RO_COMPAT_UNWRITTEN) | 97 | #define OCFS2_FEATURE_RO_COMPAT_SUPP (OCFS2_FEATURE_RO_COMPAT_UNWRITTEN \ |
98 | | OCFS2_FEATURE_RO_COMPAT_USRQUOTA \ | ||
99 | | OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) | ||
98 | 100 | ||
99 | /* | 101 | /* |
100 | * Heartbeat-only devices are missing journals and other files. The | 102 | * Heartbeat-only devices are missing journals and other files. The |