summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/superblocks/ocfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/blkid/src/superblocks/ocfs.c')
-rw-r--r--shlibs/blkid/src/superblocks/ocfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shlibs/blkid/src/superblocks/ocfs.c b/shlibs/blkid/src/superblocks/ocfs.c
index 6e58b37a..9dbf41b1 100644
--- a/shlibs/blkid/src/superblocks/ocfs.c
+++ b/shlibs/blkid/src/superblocks/ocfs.c
@@ -174,6 +174,7 @@ const struct blkid_idinfo ocfs_idinfo =
.name = "ocfs",
.usage = BLKID_USAGE_FILESYSTEM,
.probefunc = probe_ocfs,
+ .minsz = 108 * 1024 * 1024,
.magics =
{
{ .magic = "OracleCFS", .len = 9, .kboff = 8 },
@@ -186,6 +187,7 @@ const struct blkid_idinfo ocfs2_idinfo =
.name = "ocfs2",
.usage = BLKID_USAGE_FILESYSTEM,
.probefunc = probe_ocfs2,
+ .minsz = 108 * 1024 * 1024,
.magics =
{
{ .magic = "OCFSV2", .len = 6, .kboff = 1 },
@@ -196,6 +198,7 @@ const struct blkid_idinfo ocfs2_idinfo =
}
};
+/* Oracle ASM (Automatic Storage Management) */
const struct blkid_idinfo oracleasm_idinfo =
{
.name = "oracleasm",