From: Artem Bityutskiy Date: Thu, 12 Jul 2012 14:26:29 +0000 (+0300) Subject: hfsplus: amend debugging print X-Git-Tag: v3.6-rc1~18^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7a90e8043e7ab1922126e1c1c5c004b470f9e2a;p=profile%2Fcommon%2Fkernel-common.git hfsplus: amend debugging print Print correct function name in the debugging print of the 'hfsplus_sync_fs()' function. Signed-off-by: Artem Bityutskiy Signed-off-by: Al Viro --- diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 5df771e..9e9c2788 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;