From: Nathan Scott Date: Tue, 17 Dec 2002 23:59:44 +0000 (+0000) Subject: Trivial sync ups with kernel header changes. X-Git-Tag: v2.4.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed276bd2e9b41027a5c0ba0e723b657eb52576e;p=thirdparty%2Fxfsprogs-dev.git Trivial sync ups with kernel header changes. --- diff --git a/include/xfs_acl.h b/include/xfs_acl.h index c6fd57869..dda3fb5f8 100644 --- a/include/xfs_acl.h +++ b/include/xfs_acl.h @@ -63,7 +63,7 @@ typedef struct xfs_acl { #ifdef __KERNEL__ -#ifdef CONFIG_FS_POSIX_ACL +#ifdef CONFIG_XFS_POSIX_ACL struct vattr; struct vnode; diff --git a/include/xfs_dir2.h b/include/xfs_dir2.h index b40378857..c129b7014 100644 --- a/include/xfs_dir2.h +++ b/include/xfs_dir2.h @@ -32,7 +32,6 @@ #ifndef __XFS_DIR2_H__ #define __XFS_DIR2_H__ -struct dirent; struct uio; struct xfs_dabuf; struct xfs_da_args; diff --git a/include/xfs_dir2_block.h b/include/xfs_dir2_block.h index 16fdf22bf..64b9d06e4 100644 --- a/include/xfs_dir2_block.h +++ b/include/xfs_dir2_block.h @@ -37,7 +37,6 @@ * Directory version 2, single block format structures */ -struct dirent; struct uio; struct xfs_dabuf; struct xfs_da_args; diff --git a/include/xfs_dir2_leaf.h b/include/xfs_dir2_leaf.h index 778645e17..35549d967 100644 --- a/include/xfs_dir2_leaf.h +++ b/include/xfs_dir2_leaf.h @@ -36,7 +36,6 @@ * Directory version 2, leaf block structures. */ -struct dirent; struct uio; struct xfs_dabuf; struct xfs_da_args; diff --git a/include/xfs_dir2_node.h b/include/xfs_dir2_node.h index 7afa4ed4f..af63d6a05 100644 --- a/include/xfs_dir2_node.h +++ b/include/xfs_dir2_node.h @@ -36,7 +36,6 @@ * Directory version 2, btree node format structures */ -struct dirent; struct uio; struct xfs_dabuf; struct xfs_da_args; diff --git a/include/xfs_dir2_sf.h b/include/xfs_dir2_sf.h index 7ee59c610..4a9ef0567 100644 --- a/include/xfs_dir2_sf.h +++ b/include/xfs_dir2_sf.h @@ -39,7 +39,6 @@ * fit into the literal area of the inode. */ -struct dirent; struct uio; struct xfs_dabuf; struct xfs_da_args; diff --git a/include/xfs_dir_leaf.h b/include/xfs_dir_leaf.h index d81eebdcc..ddcc9e065 100644 --- a/include/xfs_dir_leaf.h +++ b/include/xfs_dir_leaf.h @@ -42,7 +42,6 @@ * internal links in the Btree are logical block offsets into the file. */ -struct dirent; struct uio; struct xfs_bmap_free; struct xfs_dabuf;