]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jffs2/nodelist.c
[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)
[net-next-2.6.git] / fs / jffs2 / nodelist.c
index d4d0c41490cddad3a99c89727dd848a405693520..9c575733659b56b41638e221a7fa9a014d67bf50 100644 (file)
@@ -938,6 +938,7 @@ void jffs2_free_ino_caches(struct jffs2_sb_info *c)
                this = c->inocache_list[i];
                while (this) {
                        next = this->next;
+                       jffs2_xattr_free_inode(c, this);
                        jffs2_free_inode_cache(this);
                        this = next;
                }