Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377674
b: refs/heads/master
c: b638f0c
h: refs/heads/master
v: v3
  • Loading branch information
Jaegeuk Kim committed May 28, 2013
1 parent 37c82e3 commit f03c847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 77888c1e42e8c76e16204cd99c19a01829421402
refs/heads/master: b638f0c4b8fca9d2f82805a2d6601b09283e0d32
6 changes: 0 additions & 6 deletions trunk/fs/f2fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ struct inode *f2fs_iget(struct super_block *sb, unsigned long ino)
ret = do_read_inode(inode);
if (ret)
goto bad_inode;

if (!sbi->por_doing && inode->i_nlink == 0) {
ret = -ENOENT;
goto bad_inode;
}

make_now:
if (ino == F2FS_NODE_INO(sbi)) {
inode->i_mapping->a_ops = &f2fs_node_aops;
Expand Down

0 comments on commit f03c847

Please sign in to comment.