Re: [PATCH take 2 06/28] UBIFS: add journal replay

From: Artem Bityutskiy
Date: Wed May 07 2008 - 01:58:45 EST


Marcin Slusarz wrote:
+ highest_ino_key(c, &key, -1);
+ while (*p) {
+ parent = *p;
+ r = rb_entry(parent, struct replay_entry, rb);
+ cmp = keys_cmp(c, &key, &r->key);

return value of keys_cmp is never used in this function

Right, these are old left-overs. Thanks for noticing,
will be fixed.

--
Best Regards,
Artem Bityutskiy (ÐÑÑÑÐ ÐÐÑÑÑÐÐÐ)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/