From: KaiGai Kohei Date: Sat, 24 Jun 2006 00:15:36 +0000 (+0900) Subject: [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref X-Git-Tag: v2.6.18-rc1~458^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355ed4e141203fd7266ef9d90d57be0c61bd1aa4;p=pandora-kernel.git [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed