UBIFS: fix assertion warning
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 4 Aug 2010 10:50:51 +0000 (13:50 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 30 Aug 2010 07:19:06 +0000 (10:19 +0300)
commite3408ad4cbed6ec6990efad4c2ef0856bcd3c712
treefb36a77d65fc077337968f53539d26544910792e
parentefe1881f5482f94f5e5e6cb74bf3ea72f2b5b9ce
UBIFS: fix assertion warning

This patch fixes the following false assertion warning:

UBIFS assert failed in data_nodes_cmp at 130 (pid 15107)

The assertion was wrong because it did not take into account that the
node can be an xentry.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/gc.c