commit | 44ec83b8bd05d323998031f141c310127721acae | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Sat Aug 07 08:44:13 2010 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Aug 30 10:19:07 2010 +0300 |
tree | 52b336c14de78845189d39c952447c1c208b6fd6 | |
parent | e3408ad4cbed6ec6990efad4c2ef0856bcd3c712 [diff] |
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 <Artem.Bityutskiy@nokia.com>