diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 5df771e4ddda56e76a445c2835c05f912f1b98f9..9e9c278830de156cae150121707c0c4a61b2e43f 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -171,7 +171,7 @@ static int hfsplus_sync_fs(struct super_block *sb, int wait) if (!wait) return 0; - dprint(DBG_SUPER, "hfsplus_write_super\n"); + dprint(DBG_SUPER, "hfsplus_sync_fs\n"); sb->s_dirt = 0;