Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45693
b: refs/heads/master
c: aba54da
h: refs/heads/master
i:
  45691: 5d6d8f1
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Dec 19, 2006
1 parent 35bbce5 commit 568039b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bf3a9d82adc62fb05e3f108ddd46eb088960f26
refs/heads/master: aba54da3d05e910199ea8255992c244c9abadd91
2 changes: 2 additions & 0 deletions trunk/fs/jffs2/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ static int jffs2_garbage_collect_deletion_dirent(struct jffs2_sb_info *c, struct

for (raw = f->inocache->nodes; raw != (void *)f->inocache; raw = raw->next_in_ino) {

cond_resched();

/* We only care about obsolete ones */
if (!(ref_obsolete(raw)))
continue;
Expand Down

0 comments on commit 568039b

Please sign in to comment.