From: Artem Bityutskiy Date: Sat, 7 Aug 2010 05:44:13 +0000 (+0300) Subject: UBIFS: do not look up truncation nodes X-Git-Tag: v2.6.37-rc1~170^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ec83b8bd05d323998031f141c310127721acae;p=pandora-kernel.git UBIFS: do not look up truncation nodes When moving nodes in GC, do not try to look up truncation nodes in TNC, because they do not exist there. This would be harmless, because the TNC look-up would fail, if we did not have bug 'ubifs_add_snod()' which reads garbage into 'snod->key'. But in any case, it is less error prone to explicitly ignore everything but inode, data, dentry and xentry nodes. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed