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)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 Aug 2008 08:22:09 +0000 (11:22 +0300)
commit1e0f358e29cc91c8eb09e10cbf1f6bb58a62c795
treed15490d3381cd19fa5decc7ef1464a60e93283eb
parent7d32c2bb143fa1ca3b0c420feb08a832d65395be
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