linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / jffs / jffs_fm.c
index 7d8ca1a..6da13b3 100644 (file)
@@ -139,7 +139,7 @@ jffs_build_begin(struct jffs_control *c, int unit)
        fmc->tail = NULL;
        fmc->head_extra = NULL;
        fmc->tail_extra = NULL;
-       mutex_init(&fmc->biglock);
+       init_MUTEX(&fmc->biglock);
        return fmc;
 }