Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57348
b: refs/heads/master
c: 8ae5d31
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 20, 2007
1 parent 91d588e commit cec1d67
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: acaebfd8a7af0019b2edfcf4045c56c3e18375c5
refs/heads/master: 8ae5d31263c746f1680d005b33a82d167cdb9eb6
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ void jffs2_build_xattr_subsystem(struct jffs2_sb_info *c)
ref->xd and ref->ic are not valid yet. */
xd = jffs2_find_xattr_datum(c, ref->xid);
ic = jffs2_get_ino_cache(c, ref->ino);
if (!xd || !ic) {
if (!xd || !ic || !ic->nlink) {
dbg_xattr("xref(ino=%u, xid=%u, xseqno=%u) is orphan.\n",
ref->ino, ref->xid, ref->xseqno);
ref->xseqno |= XREF_DELETE_MARKER;
Expand Down

0 comments on commit cec1d67

Please sign in to comment.