Skip to content

Commit ed5afea

Browse files
jeffmahoneytorvalds
authored andcommitted
fs/fhandle.c: add <linux/personality.h> for ia64
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]>
1 parent 6a534c9 commit ed5afea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/fhandle.c

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <linux/exportfs.h>
88
#include <linux/fs_struct.h>
99
#include <linux/fsnotify.h>
10+
#include <linux/personality.h>
1011
#include <asm/uaccess.h>
1112
#include "internal.h"
1213

0 commit comments

Comments
 (0)