Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377687
b: refs/heads/master
c: afc3eda
h: refs/heads/master
i:
  377685: 8415d9b
  377683: de349d3
  377679: 6c034ec
v: v3
  • Loading branch information
Jaegeuk Kim committed May 28, 2013
1 parent 0518440 commit a4a9c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 6b8213d9a4ca0d7a02a38757068ba79cd96206f0
refs/heads/master: afc3eda2a897b402e59f42f22eb89bba52297dd3
4 changes: 3 additions & 1 deletion trunk/fs/f2fs/checkpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,10 @@ void remove_dirty_dir_inode(struct inode *inode)
spin_unlock(&sbi->dir_inode_lock);

/* Only from the recovery routine */
if (is_inode_flag_set(F2FS_I(inode), FI_DELAY_IPUT))
if (is_inode_flag_set(F2FS_I(inode), FI_DELAY_IPUT)) {
clear_inode_flag(F2FS_I(inode), FI_DELAY_IPUT);
iput(inode);
}
}

struct inode *check_dirty_dir_inode(struct f2fs_sb_info *sbi, nid_t ino)
Expand Down

0 comments on commit a4a9c11

Please sign in to comment.