UBIFS: correct orphan deletion order
authorAdrian Hunter <ext-adrian.hunter@nokia.com>
Wed, 23 Jul 2008 13:55:55 +0000 (16:55 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 25 May 2009 14:08:52 +0000 (17:08 +0300)
commit736050bc4278afe09956976b02d259c4286e014f
tree96d55e4a92e4be769e66e2b2a953e0209f37d280
parent55607d94c62398e25faae89bd8f10ac5cde6dd68
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>
fs/ubifs/journal.c