mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Piotr Hosowicz <piotr@hosowicz.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: error in 2.6.37-git10
Date: Fri, 14 Jan 2011 11:57:45 +0200	[thread overview]
Message-ID: <20110114095745.GD2476@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <4D301CA5.503@example.com>

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

  reply	other threads:[~2011-01-14  9:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-14  9:51 Piotr Hosowicz
2011-01-14  9:57 ` Felipe Balbi [this message]
2011-01-14 10:07   ` Piotr Hosowicz
2011-01-14 10:08     ` Felipe Balbi
2011-01-14 10:13       ` Piotr Hosowicz
2011-01-14 10:53         ` Piotr Hosowicz
2011-01-14 10:56           ` Felipe Balbi
2011-01-14 11:34             ` Eric Dumazet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110114095745.GD2476@legolas.emea.dhcp.ti.com \
    --to=balbi@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=piotr@hosowicz.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®