From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 72181] ext4_mb_generate_buddy:free block calculation seems to overflow Date: Mon, 17 Mar 2014 07:01:12 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: linux-ext4@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.19.201]:42560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751258AbaCQHBP (ORCPT ); Mon, 17 Mar 2014 03:01:15 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C566D201C0 for ; Mon, 17 Mar 2014 07:01:14 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id 719D42018A for ; Mon, 17 Mar 2014 07:01:12 +0000 (UTC) In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=72181 --- Comment #3 from WeiZhang --- (In reply to WeiZhang from comment #1) > usually, we just get a wrong number of "free" from bitmap while bitmap is > corrupted. but it should not larger than "max = EXT4_CLUSTERS_PER_GROUP(sb)" > right? sorry, "EXT4-fs error (device sdc1): ext4_mb_generate_buddy:727: group 313828953 clusters in bitmap, 28952 in gd " group 313828953 clusters = group 3138 28953 clusters". I make a mistake here.. -- You are receiving this mail because: You are watching the assignee of the bug.