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:
8a13695
)
[JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref
author
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 24 Jun 2006 00:15:36 +0000
(09:15 +0900)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 27 Jun 2006 15:18:30 +0000
(16:18 +0100)
If xattr_ref is associated with an orphan inode_cache
on filesystem mounting, those xattr_refs are not
released even if this inode_cache is released.
This patch enables to call jffs2_xattr_delete_inode()
for such a irregular inode_cachde too.
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
No differences found