From 7320a5e56bf7b4c99c7a121b6916e68c99079503 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 10 Oct 2012 01:06:20 -0400 Subject: [PATCH] --- yaml --- r: 333703 b: refs/heads/master c: 614c321f4bf130766ff66fd142b1da47ab037303 h: refs/heads/master i: 333701: 5790e166830127d927ee3079325a89fd6aba6eaa 333699: 15d502d8cac0200989effbdf76fdf024976d8871 333695: 29fe0661a338fe58436b4edd5fe31a9abe311d02 v: v3 --- [refs] | 2 +- trunk/include/linux/fs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e55963589e34..ab535f13ef75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35c2a7f4908d404c9124c2efc6ada4640ca4d5d5 +refs/heads/master: 614c321f4bf130766ff66fd142b1da47ab037303 diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index b7e70609243d..ec911aeea968 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -1132,7 +1132,7 @@ static inline int file_check_writeable(struct file *filp) #if BITS_PER_LONG==32 #define MAX_LFS_FILESIZE (((loff_t)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1) #elif BITS_PER_LONG==64 -#define MAX_LFS_FILESIZE ((loff_t)0x7fffffffffffffff) +#define MAX_LFS_FILESIZE ((loff_t)0x7fffffffffffffffLL) #endif #define FL_POSIX 1