[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1294999610-16783-1-git-send-email-balbi@ti.com>
Date: Fri, 14 Jan 2011 12:06:50 +0200
From: Felipe Balbi <balbi@...com>
To: Tyler Hicks <tyhicks@...ux.vnet.ibm.com>,
Dustin Kirkland <kirkland@...onical.com>
Cc: ecryptfs-devel@...ts.launchpad.net,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Piotr Hosowicz <piotr@...owicz.com>,
Felipe Balbi <balbi@...com>
Subject: [PATCH] fs: ecryptfs: fix build failure
The missing <linux/fs.h> caused a compile
error due the missing definition of
struct inode.
Signed-off-by: Felipe Balbi <balbi@...com>
---
fs/ecryptfs/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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"
--
1.7.3.4.598.g85356
--
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