Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27897
b: refs/heads/master
c: 2ebf09c
h: refs/heads/master
i:
  27895: 2abf39a
v: v3
  • Loading branch information
David Woodhouse committed May 28, 2006
1 parent 79e7459 commit 82f443d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ddc58bd65ebe58c243e9f609384825df9ffd04ad
refs/heads/master: 2ebf09c2491433a499e0ae7723d04e9e810afa84
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/nodelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb
BUG();
}
/* REF_EMPTY_NODE is !obsolete, so that works OK */
if (ref_obsolete(jeb->last_node)) {
if (jeb->last_node && ref_obsolete(jeb->last_node)) {
#ifdef TEST_TOTLEN
jeb->last_node->__totlen += size;
#endif
Expand Down

0 comments on commit 82f443d

Please sign in to comment.