[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110114095745.GD2476@legolas.emea.dhcp.ti.com>
Date: Fri, 14 Jan 2011 11:57:45 +0200
From: Felipe Balbi <balbi@...com>
To: Piotr Hosowicz <piotr@...owicz.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: error in 2.6.37-git10
On Fri, Jan 14, 2011 at 10:51:33AM +0100, Piotr Hosowicz wrote:
> Hello,
>
> Build failed here:
>
> CC [M] fs/ecryptfs/main.o
> fs/ecryptfs/main.c:144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘*’ token
> fs/ecryptfs/main.c: In function ‘ecryptfs_interpose’:
> fs/ecryptfs/main.c:204: error: implicit declaration of function
> ‘ecryptfs_get_inode’
> fs/ecryptfs/main.c:204: warning: initialization makes pointer from
> integer without a cast
> fs/ecryptfs/main.c:206: error: expected ‘)’ before ‘return’
> fs/ecryptfs/main.c:212: error: expected expression before ‘}’ token
> fs/ecryptfs/main.c: In function ‘ecryptfs_mount’:
> fs/ecryptfs/main.c:569: warning: assignment makes pointer from
> integer without a cast
Could you check whether this is enough?
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index d3b28ab..d2e71a2 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -34,6 +34,7 @@
#include <linux/pagemap.h>
#include <linux/key.h>
#include <linux/parser.h>
+#include <linux/fs.h>
#include <linux/fs_stack.h>
#include <linux/slab.h>
#include "ecryptfs_kernel.h"
--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists