UBIFS: free budget in delete_inode as well
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 21 Jul 2008 07:59:53 +0000 (10:59 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 25 May 2009 14:08:47 +0000 (17:08 +0300)
commitd70059d7dbec6fe79ec7c8f3d496cd761eec5197
tree7ae761b30658e7030f49fe61d494e95de2c3e11c
parente91b07b84f5036f76f4b3e910838748017169fae
UBIFS: free budget in delete_inode as well

Although the inode is marked as clean when it is being deleted,
it might stay and be used as orphan, and be marked as dirty.
So we have to free the budget when we delete it.

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