|
@@ -25,6 +25,8 @@
|
|
#ifndef _OCFS2_FS_H
|
|
#ifndef _OCFS2_FS_H
|
|
#define _OCFS2_FS_H
|
|
#define _OCFS2_FS_H
|
|
|
|
|
|
|
|
+#include <linux/magic.h>
|
|
|
|
+
|
|
/* Version */
|
|
/* Version */
|
|
#define OCFS2_MAJOR_REV_LEVEL 0
|
|
#define OCFS2_MAJOR_REV_LEVEL 0
|
|
#define OCFS2_MINOR_REV_LEVEL 90
|
|
#define OCFS2_MINOR_REV_LEVEL 90
|
|
@@ -56,9 +58,6 @@
|
|
#define OCFS2_MIN_BLOCKSIZE 512
|
|
#define OCFS2_MIN_BLOCKSIZE 512
|
|
#define OCFS2_MAX_BLOCKSIZE OCFS2_MIN_CLUSTERSIZE
|
|
#define OCFS2_MAX_BLOCKSIZE OCFS2_MIN_CLUSTERSIZE
|
|
|
|
|
|
-/* Filesystem magic number */
|
|
|
|
-#define OCFS2_SUPER_MAGIC 0x7461636f
|
|
|
|
-
|
|
|
|
/* Object signatures */
|
|
/* Object signatures */
|
|
#define OCFS2_SUPER_BLOCK_SIGNATURE "OCFSV2"
|
|
#define OCFS2_SUPER_BLOCK_SIGNATURE "OCFSV2"
|
|
#define OCFS2_INODE_SIGNATURE "INODE01"
|
|
#define OCFS2_INODE_SIGNATURE "INODE01"
|