Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57349
b: refs/heads/master
c: 2ad8ee7
h: refs/heads/master
i:
  57347: 91d588e
v: v3
  • Loading branch information
David Woodhouse committed May 20, 2007
1 parent cec1d67 commit e60f207
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8ae5d31263c746f1680d005b33a82d167cdb9eb6
refs/heads/master: 2ad8ee713566671875216ebcec64f2eda47bd19d
4 changes: 4 additions & 0 deletions trunk/fs/jffs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@ void jffs2_clear_xattr_subsystem(struct jffs2_sb_info *c)
list_del(&xd->xindex);
jffs2_free_xattr_datum(xd);
}
list_for_each_entry_safe(xd, _xd, &c->xattr_unchecked, xindex) {
list_del(&xd->xindex);
jffs2_free_xattr_datum(xd);
}
}

#define XREF_TMPHASH_SIZE (128)
Expand Down

0 comments on commit e60f207

Please sign in to comment.