Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27204
b: refs/heads/master
c: cfd95a9
h: refs/heads/master
v: v3
  • Loading branch information
Robin H. Johnson authored and Linus Torvalds committed Jun 12, 2006
1 parent f521560 commit 569c2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f856e8bdcf5936c9c13cb251dae770e6eeb06b6
refs/heads/master: cfd95a9cf58cd9e92d4c23b5ee20b07a3d121477
1 change: 1 addition & 0 deletions trunk/mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2102,6 +2102,7 @@ static int shmem_fill_super(struct super_block *sb,
sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
sb->s_magic = TMPFS_MAGIC;
sb->s_op = &shmem_ops;
sb->s_time_gran = 1;

inode = shmem_get_inode(sb, S_IFDIR | mode, 0);
if (!inode)
Expand Down

0 comments on commit 569c2c1

Please sign in to comment.