Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108493
b: refs/heads/master
c: c963343
h: refs/heads/master
i:
  108491: 376aab6
v: v3
  • Loading branch information
Bob Copeland authored and Linus Torvalds committed Aug 15, 2008
1 parent bb4710c commit 077a899
Show file tree
Hide file tree
Showing 2 changed files with 2 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: be4de35263f59ca1f4740edfffbfb02cc3f2189e
refs/heads/master: c963343a1150106819773e828c9b237ed977615b
3 changes: 1 addition & 2 deletions trunk/fs/omfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ struct inode *omfs_iget(struct super_block *sb, ino_t ino)
inode->i_mode = S_IFDIR | (S_IRWXUGO & ~sbi->s_dmask);
inode->i_op = &omfs_dir_inops;
inode->i_fop = &omfs_dir_operations;
inode->i_size = be32_to_cpu(oi->i_head.h_body_size) +
sizeof(struct omfs_header);
inode->i_size = sbi->s_sys_blocksize;
inc_nlink(inode);
break;
case OMFS_FILE:
Expand Down

0 comments on commit 077a899

Please sign in to comment.