From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161150Ab2GLOY7 (ORCPT ); Thu, 12 Jul 2012 10:24:59 -0400 Received: from mga14.intel.com ([143.182.124.37]:10781 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161123Ab2GLOYz (ORCPT ); Thu, 12 Jul 2012 10:24:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="121595870" From: Artem Bityutskiy To: Andrew Morton , Al Viro Cc: Linux FS Maling List , Linux Kernel Maling List Subject: [PATCHv3 2/4] hfsplus: amend debugging print Date: Thu, 12 Jul 2012 17:26:29 +0300 Message-Id: <1342103191-17406-3-git-send-email-dedekind1@gmail.com> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <1342103191-17406-1-git-send-email-dedekind1@gmail.com> References: <1342103191-17406-1-git-send-email-dedekind1@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Artem Bityutskiy Print correct function name in the debugging print of the 'hfsplus_sync_fs()' function. Signed-off-by: Artem Bityutskiy --- fs/hfsplus/super.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.7.6