[PATCH] fs: ecryptfs: fix build failure

From: Felipe Balbi
Date: Fri Jan 14 2011 - 05:07:13 EST


The missing <linux/fs.h> caused a compile
error due the missing definition of
struct inode.

Signed-off-by: Felipe Balbi <balbi@xxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/