Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347547
b: refs/heads/master
c: 508198b
h: refs/heads/master
i:
  347545: d2cc2d5
  347543: 9a2d3e9
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Dec 11, 2012
1 parent 8d41849 commit 2a5cef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: a0d42539e1d6c818222822dedd92a1674040e20c
refs/heads/master: 508198be3c2f7f8929101bb0daeb8f0039c1dc7f
5 changes: 2 additions & 3 deletions trunk/fs/f2fs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,9 @@ void f2fs_delete_entry(struct f2fs_dir_entry *dentry, struct page *page,
ClearPageUptodate(page);
dec_page_count(sbi, F2FS_DIRTY_DENTS);
inode_dec_dirty_dents(dir);
f2fs_put_page(page, 1);
} else {
f2fs_put_page(page, 1);
}
f2fs_put_page(page, 1);

mutex_unlock_op(sbi, DENTRY_OPS);
}

Expand Down

0 comments on commit 2a5cef2

Please sign in to comment.