Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348971
b: refs/heads/master
c: ff9234a
h: refs/heads/master
i:
  348969: eb43fde
  348967: db9715f
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Jan 14, 2013
1 parent e974409 commit b588c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 9eaeba701386037cdd2ccd8bf8650feb2e2cec31
refs/heads/master: ff9234ad4e974768455071c91bd76402e4af8a28
6 changes: 1 addition & 5 deletions trunk/fs/f2fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent)
if (!sbi)
return -ENOMEM;

/* set a temporary block size */
/* set a block size */
if (!sb_set_blocksize(sb, F2FS_BLKSIZE)) {
f2fs_msg(sb, KERN_ERR, "unable to set blocksize");
goto free_sbi;
Expand Down Expand Up @@ -542,10 +542,6 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent)
INIT_LIST_HEAD(&sbi->dir_inode_list);
spin_lock_init(&sbi->dir_inode_lock);

/* init super block */
if (!sb_set_blocksize(sb, sbi->blocksize))
goto free_cp;

init_orphan_info(sbi);

/* setup f2fs internal modules */
Expand Down

0 comments on commit b588c49

Please sign in to comment.