X-Git-Url: http://bbs.cooldavid.org/git/?a=blobdiff_plain;f=fs%2Fhpfs%2Fsuper.c;h=18e1d4566ecfe5df8b1f074fd9d2129ad173d3ee;hb=117bf5fbdbdc7a5394e5718b3354238961c83067;hp=c969a1aa163a7cd3fb0b48094edf1ac90f63816c;hpb=e9dd2b6837e26fe202708cce5ea4bb4ee3e3482e;p=net-next-2.6.git diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index c969a1aa163..18e1d4566ec 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();