Re: Linux 2.6.15-rc2

From: Andrew Morton
Date: Tue Nov 22 2005 - 17:59:17 EST


Jeffrey Hundstad <jeffrey.hundstad@xxxxxxxx> wrote:
>
> from fs/compat_ioctl.c:52,
> from arch/x86_64/ia32/ia32_ioctl.c:14:
> include/linux/ext3_fs.h: In function 'ext3_raw_inode':
> include/linux/ext3_fs.h:696: error: dereferencing pointer to incomplete type

This might help?

--- 25/include/linux/ext3_fs.h~ext3_fsh-needs-buffer_headh Tue Nov 22 14:59:17 2005
+++ 25-akpm/include/linux/ext3_fs.h Tue Nov 22 14:59:27 2005
@@ -19,7 +19,7 @@
#include <linux/types.h>
#include <linux/ext3_fs_i.h>
#include <linux/ext3_fs_sb.h>
-
+#include <linux/buffer_head.h>

struct statfs;

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/