X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fhpfs%2Fsuper.c;h=6c5f01597c3af07a21ec162b996437545c6e13af;hb=a02056349cdea2252cd2b21643ebf025e83a29f2;hp=bb69389972eb33148dfdc4176ea87b7003cb39f0;hpb=12462f2df4d10ea4f6d55b9d438ff788badec3f0;p=pandora-kernel.git diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index bb69389972eb..6c5f01597c3a 100644 --- a/fs/hpfs/super.c +++ b/fs/hpfs/super.c @@ -491,7 +491,7 @@ static int hpfs_fill_super(struct super_block *s, void *options, int silent) sbi->sb_bmp_dir = NULL; sbi->sb_cp_table = NULL; - init_MUTEX(&sbi->hpfs_creation_de); + mutex_init(&sbi->hpfs_creation_de); uid = current_uid(); gid = current_gid();