Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106997
b: refs/heads/master
c: 3971e1a
h: refs/heads/master
i:
  106995: 67c214e
v: v3
  • Loading branch information
Alex Nixon authored and Linus Torvalds committed Jul 30, 2008
1 parent 1bc9153 commit 53444dd
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: fdac4e69a1fc181652b37ce6a32ab8a56b0f3bcf
refs/heads/master: 3971e1a917548977cff71418a7c3575ffbc9571f
4 changes: 2 additions & 2 deletions trunk/fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ int get_sb_pseudo(struct file_system_type *fs_type, char *name,

s->s_flags = MS_NOUSER;
s->s_maxbytes = ~0ULL;
s->s_blocksize = 1024;
s->s_blocksize_bits = 10;
s->s_blocksize = PAGE_SIZE;
s->s_blocksize_bits = PAGE_SHIFT;
s->s_magic = magic;
s->s_op = ops ? ops : &simple_super_operations;
s->s_time_gran = 1;
Expand Down

0 comments on commit 53444dd

Please sign in to comment.