projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a534c9
)
fs/fhandle.c: add <linux/personality.h> for ia64
author
Jeff Mahoney
<
[email protected]
>
Thu, 14 Apr 2011 22:22:16 +0000
(15:22 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/fs/fhandle.c
b/fs/fhandle.c
index bf93ad2bee07fb9e8d0c6475a029bf740f0f6d6c..6b088641f5bf24ce72311a3b8073ce44516b8624 100644
(file)
--- 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"