was being passed to blkid_set_tag(). Thanks to Andrea
Dilger for pointing this out.
+2004-11-19 Theodore Ts'o <tytso@mit.edu>
+
+ * probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1"
+ was being passed to blkid_set_tag(). Thanks to Andrea
+ Dilger for pointing this out.
+
2004-09-17 Theodore Ts'o <tytso@mit.edu>
* probe.c, probe.h: Add support for ocfs2 detection, courtesy of
major = ocfsmajor(ovh);
if (major == 1)
- blkid_set_tag(dev,"SEC_TYPE","ocfs1",sizeof("ocfs"));
+ blkid_set_tag(dev,"SEC_TYPE","ocfs1",sizeof("ocfs1"));
else if (major >= 9)
blkid_set_tag(dev,"SEC_TYPE","ntocfs",sizeof("ntocfs"));