Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755861Ab2HTIH6 (ORCPT ); Mon, 20 Aug 2012 04:07:58 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:45364 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754102Ab2HTIHz (ORCPT ); Mon, 20 Aug 2012 04:07:55 -0400 Message-ID: <5031F04C.60808@gmail.com> Date: Mon, 20 Aug 2012 16:07:40 +0800 From: Wang Sheng-Hui User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: "Theodore Ts'o" , Andreas Dilger , ext4 development , linux-kernel@vger.kernel.org Subject: [PATCH] ext4: change the debug description in ext4_mb_cleanup_pa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 841 Lines: 29 The count records the PAs freed, not left. Change the debug description. Signed-off-by: Wang Sheng-Hui --- fs/ext4/mballoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 8eae947..f83b145 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -2510,7 +2510,7 @@ static void ext4_mb_cleanup_pa(struct ext4_group_info *grp) kmem_cache_free(ext4_pspace_cachep, pa); } if (count) - mb_debug(1, "mballoc: %u PAs left\n", count); + mb_debug(1, "mballoc: %u PAs freed\n", count); } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/