Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333703
b: refs/heads/master
c: 614c321
h: refs/heads/master
i:
  333701: 5790e16
  333699: 15d502d
  333695: 29fe066
v: v3
  • Loading branch information
Al Viro committed Oct 10, 2012
1 parent 865a5ea commit 7320a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 35c2a7f4908d404c9124c2efc6ada4640ca4d5d5
refs/heads/master: 614c321f4bf130766ff66fd142b1da47ab037303
2 changes: 1 addition & 1 deletion trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7320a5e

Please sign in to comment.