fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / compat.h
index 9eef9cc64c6846d11dc5febae97109f2addc3648..2cbd75dd2fd3542b9cb993fb6fd4f436e605c062 100644 (file)
@@ -7,6 +7,7 @@
  */
 #include <linux/types.h>
 #include <linux/sched.h>
+#include <linux/sched/task_stack.h>
 #include <asm/processor.h>
 #include <asm/user32.h>
 #include <asm/unistd.h>
@@ -209,7 +210,6 @@ typedef struct compat_siginfo {
 } compat_siginfo_t;
 
 #define COMPAT_OFF_T_MAX       0x7fffffff
-#define COMPAT_LOFF_T_MAX      0x7fffffffffffffffL
 
 struct compat_ipc64_perm {
        compat_key_t key;