From: Chas Williams Date: Sat, 2 Dec 2000 17:41:43 +0000 (+0000) Subject: linux-xfs-support-20001202 X-Git-Tag: BP-openafs-stable-1_0_x~4 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=f975937b69831376a920dd19c8ca7a4f180c7e4d linux-xfs-support-20001202 support for linux xfs kernels --- diff --git a/src/afs/afs_osi.h b/src/afs/afs_osi.h index 505d58b..4586e44 100644 --- a/src/afs/afs_osi.h +++ b/src/afs/afs_osi.h @@ -20,6 +20,10 @@ #define _CODA_HEADER_ struct coda_inode_info {}; #endif +#ifndef _LINUX_XFS_FS_I +#define _LINUX_XFS_FS_I +struct xfs_inode_info {}; +#endif #include "../h/fs.h" #include "../h/mm.h" #endif diff --git a/src/afs/sysincludes.h b/src/afs/sysincludes.h index d0b4cbd..0224207 100644 --- a/src/afs/sysincludes.h +++ b/src/afs/sysincludes.h @@ -27,6 +27,8 @@ #define _LINUX_CODA_FS_I #define _CFS_HEADER_ struct coda_inode_info {}; +#define _LINUX_XFS_FS_I +struct xfs_inode_info {}; #include #include #include