Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33995
b: refs/heads/master
c: 0b6c0bb
h: refs/heads/master
i:
  33993: 55d0258
  33991: 71c4a8c
v: v3
  • Loading branch information
Adrian Bunk authored and Josh Boyer committed Aug 16, 2006
1 parent cedde8d commit 99ef5a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 79b9cd586f534f3f40ee66b6c27732149a5915ad
refs/heads/master: 0b6c0bb3f9621b128011bcd5f65047c73afdde3b
1 change: 0 additions & 1 deletion trunk/fs/jffs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ int jffs2_garbage_collect_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xatt
rc = jffs2_reserve_space_gc(c, totlen, &length, JFFS2_SUMMARY_XATTR_SIZE);
if (rc) {
JFFS2_WARNING("jffs2_reserve_space_gc()=%d, request=%u\n", rc, totlen);
rc = rc ? rc : -EBADFD;
goto out;
}
rc = save_xattr_datum(c, xd);
Expand Down

0 comments on commit 99ef5a9

Please sign in to comment.