From f975937b69831376a920dd19c8ca7a4f180c7e4d Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Sat, 2 Dec 2000 17:41:43 +0000 Subject: [PATCH 1/1] linux-xfs-support-20001202 support for linux xfs kernels --- src/afs/afs_osi.h | 4 ++++ src/afs/sysincludes.h | 2 ++ 2 files changed, 6 insertions(+) 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 -- 1.9.4