Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212999
b: refs/heads/master
c: e3408ad
h: refs/heads/master
i:
  212997: 0613c42
  212995: 2dd45f9
  212991: 0c478d4
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Aug 30, 2010
1 parent c89b143 commit 04f308e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: efe1881f5482f94f5e5e6cb74bf3ea72f2b5b9ce
refs/heads/master: e3408ad4cbed6ec6990efad4c2ef0856bcd3c712
3 changes: 2 additions & 1 deletion trunk/fs/ubifs/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ int nondata_nodes_cmp(void *priv, struct list_head *a, struct list_head *b)
if (typeb == UBIFS_INO_KEY)
return 1;

ubifs_assert(typea == UBIFS_DENT_KEY && typeb == UBIFS_DENT_KEY);
ubifs_assert(typea == UBIFS_DENT_KEY || typea == UBIFS_XENT_KEY);
ubifs_assert(typeb == UBIFS_DENT_KEY || typeb == UBIFS_XENT_KEY);
inuma = key_inum(c, &sa->key);
inumb = key_inum(c, &sb->key);

Expand Down

0 comments on commit 04f308e

Please sign in to comment.