commit | f769108424a19c7758546d1d7d19f098b1a33759 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | Wed Jul 23 16:55:55 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Aug 13 11:32:53 2008 +0300 |
tree | 324e0ac92b5f02e274f87dd6271c211a127a9b99 | |
parent | 7d62ff2c396470bb62a3853f14d3962eac1da974 [diff] |
UBIFS: correct orphan deletion order The debug function that checks orphans, does so using the TNC mutex. That means it will not see a correct picture if the inode is removed from the orphan tree before it is removed from TNC. Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>