linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / jffs2 / build.c
index 0282696..70f7a89 100644 (file)
@@ -160,7 +160,6 @@ static int jffs2_build_filesystem(struct jffs2_sb_info *c)
                ic->scan_dents = NULL;
                cond_resched();
        }
-       jffs2_build_xattr_subsystem(c);
        c->flags &= ~JFFS2_SB_FLAG_BUILDING;
 
        dbg_fsbuild("FS build complete\n");
@@ -179,7 +178,6 @@ exit:
                                jffs2_free_full_dirent(fd);
                        }
                }
-               jffs2_clear_xattr_subsystem(c);
        }
 
        return ret;