Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329027
b: refs/heads/master
c: 2bd2c19
h: refs/heads/master
i:
  329025: 56db182
  329023: fbe1fc4
v: v3
  • Loading branch information
Chuck Lever authored and Al Viro committed Oct 3, 2012
1 parent 3d94ca2 commit 3700faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f9c0119d7ba94c3ad13876acc240d7f12b6d8e1
refs/heads/master: 2bd2c1941f141ad780135ccc1cd08ca71a24f10a
4 changes: 2 additions & 2 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1130,9 +1130,9 @@ static inline int file_check_writeable(struct file *filp)
/* Page cache limit. The filesystems should put that into their s_maxbytes
limits, otherwise bad things can happen in VM. */
#if BITS_PER_LONG==32
#define MAX_LFS_FILESIZE (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
#define MAX_LFS_FILESIZE (((loff_t)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
#elif BITS_PER_LONG==64
#define MAX_LFS_FILESIZE 0x7fffffffffffffffUL
#define MAX_LFS_FILESIZE ((loff_t)0x7fffffffffffffff)
#endif

#define FL_POSIX 1
Expand Down

0 comments on commit 3700faa

Please sign in to comment.