/usr/src/modules/openafs/src/afs/sysincludes.h:79: error: redefinition
of 'struct coda_inode_info'
/usr/src/modules/openafs/src/afs/sysincludes.h:82: error: redefinition
of 'struct xfs_inode_info'
Commenting out some lines in /usr/src/modules/openafs/src/afs/sysincludes.h
(l.75-l.83) solved the problem for me:
//#ifndef _LINUX_CODA_FS_I
//#define _LINUX_CODA_FS_I
//#endif
//#define _CFS_HEADER_
//struct coda_inode_info {
//};
//#define _LINUX_XFS_FS_I
//struct xfs_inode_info {
//};
I don't suppose you can tell us what's being included before sysincludes.h
that's defining them?
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info