linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fhandle: Add <linux/personality.h> for ia64
@ 2011-04-13  1:58 Jeff Mahoney
  0 siblings, 0 replies; only message in thread
From: Jeff Mahoney @ 2011-04-13  1:58 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: Linux Kernel Mailing List, Andrew Morton

 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@suse.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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-13  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13  1:58 [PATCH] fhandle: Add <linux/personality.h> for ia64 Jeff Mahoney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).