git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91b07b
)
UBIFS: free budget in delete_inode as well
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Mon, 21 Jul 2008 07:59:53 +0000
(10:59 +0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Mon, 25 May 2009 14:08:47 +0000
(17:08 +0300)
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>
No differences found