From f975937b69831376a920dd19c8ca7a4f180c7e4d Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Sat, 2 Dec 2000 17:41:43 +0000 Subject: [PATCH] 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 505d58ba0..4586e4474 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 d0b4cbdfa..022420734 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 -- 2.39.5