Переглянути джерело

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 <jeffm@suse.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Jeff Mahoney 14 роки тому
батько
коміт
ed5afeaf42
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      fs/fhandle.c

+ 1 - 0
fs/fhandle.c

@@ -7,6 +7,7 @@
 #include <linux/exportfs.h>
 #include <linux/exportfs.h>
 #include <linux/fs_struct.h>
 #include <linux/fs_struct.h>
 #include <linux/fsnotify.h>
 #include <linux/fsnotify.h>
+#include <linux/personality.h>
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>
 #include "internal.h"
 #include "internal.h"