Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156925
b: refs/heads/master
c: 89a4eb4
h: refs/heads/master
i:
  156923: 223611d
v: v3
  • Loading branch information
Jeff Layton authored and Linus Torvalds committed Aug 18, 2009
1 parent 07da9b4 commit 7c3e9cc
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: 6b6f0b6c131321e1bc34c47b7f671b0360315402
refs/heads/master: 89a4eb4b66e8f4d395e14a14d262dac4d6ca52f0
2 changes: 1 addition & 1 deletion trunk/fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ int get_sb_pseudo(struct file_system_type *fs_type, char *name,
return PTR_ERR(s);

s->s_flags = MS_NOUSER;
s->s_maxbytes = ~0ULL;
s->s_maxbytes = MAX_LFS_FILESIZE;
s->s_blocksize = PAGE_SIZE;
s->s_blocksize_bits = PAGE_SHIFT;
s->s_magic = magic;
Expand Down

0 comments on commit 7c3e9cc

Please sign in to comment.