diff --git a/[refs] b/[refs] index 1253888430ab..dd25e2de9fe2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: efe1881f5482f94f5e5e6cb74bf3ea72f2b5b9ce +refs/heads/master: e3408ad4cbed6ec6990efad4c2ef0856bcd3c712 diff --git a/trunk/fs/ubifs/gc.c b/trunk/fs/ubifs/gc.c index ee4b05de4d48..98b2c3c8725a 100644 --- a/trunk/fs/ubifs/gc.c +++ b/trunk/fs/ubifs/gc.c @@ -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);