search for: ocfsglobalctxt

Displaying 2 results from an estimated 2 matches for "ocfsglobalctxt".

2003 Jun 20
0
Problems Compiling ocfs - RedHat8
...inc/ocfsdef.h:390: parse error before "atomic_t" ../../ocfs2/Common/inc/ocfsdef.h:390: warning: no semicolon at end of struct or union ../../ocfs2/Common/inc/ocfsdef.h:392: warning: data definition has no type or storage class ../../ocfs2/Common/inc/ocfsdef.h:451: parse error before "OcfsGlobalCtxt" ../../ocfs2/Common/inc/ocfsdef.h:451: warning: data definition has no type or storage class format.c: In function `CheckHeartBeat': format.c:307: storage size of `osb' isn't known format.c:315: sizeof applied to an incomplete type format.c:315: sizeof applied to an incomplete type...
2004 Jun 06
1
[PATCH] use sb_getblk
It's both in 2.6 and recent 2.6 (for RH ASS2.1 you'll probably need to copy the latest 2.4 defintion, but I don't care for obsolete junk). Index: src/super.c =================================================================== --- src/super.c (revision 1014) +++ src/super.c (working copy) @@ -799,7 +799,7 @@ /* get first two blocks */ for (i=0; i<2; i++) { - bhs[i] = getblk