[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4DA5034F.50203@suse.com>
Date: Tue, 12 Apr 2011 21:58:39 -0400
From: Jeff Mahoney <jeffm@...e.com>
To: "Aneesh Kumar K.V" <aneesh.kumar@...ux.vnet.ibm.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] fhandle: Add <linux/personality.h> for ia64
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@...e.com>
---
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@...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