Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/aoe-2.6
[powerpc.git] / fs / jffs / jffs_fm.c
index 6da13b3..7d8ca1a 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;
-       init_MUTEX(&fmc->biglock);
+       mutex_init(&fmc->biglock);
        return fmc;
 }