]> Git Repo - linux.git/commitdiff
fs/fhandle.c: add <linux/personality.h> for ia64
authorJeff Mahoney <[email protected]>
Thu, 14 Apr 2011 22:22:16 +0000 (15:22 -0700)
committerLinus Torvalds <[email protected]>
Thu, 14 Apr 2011 23:06:56 +0000 (16:06 -0700)
force_o_largefile() on ia64 is defined in <asm/fcntl.h> and requires
<linux/personality.h>.

Signed-off-by: Jeff Mahoney <[email protected]>
Cc: Aneesh Kumar K.V <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/fhandle.c

index bf93ad2bee07fb9e8d0c6475a029bf740f0f6d6c..6b088641f5bf24ce72311a3b8073ce44516b8624 100644 (file)
@@ -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"
 
This page took 0.058818 seconds and 4 git commands to generate.