[PATCH] fhandle: Add <linux/personality.h> for ia64

From: Jeff Mahoney
Date: Tue Apr 12 2011 - 21:59:07 EST


force_o_largefile() on ia64 is defined in <asm/fcntl.h> and
requires <linux/personality.h>. This patch adds it.

Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx>
---
fs/fhandle.c | 1 +
1 file changed, 1 insertion(+)

--- a/fs/fhandle.c
+++ b/fs/fhandle.c
@@ -7,6 +7,7 @@
#include <linux/exportfs.h>
#include <linux/fs_struct.h>
#include <linux/fsnotify.h>
+#include <linux/personality.h>
#include <asm/uaccess.h>
#include "internal.h"

--
Jeff Mahoney
SuSE Labs
--
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/