From: Theodore Ts'o Subject: Re: [PATCH V2] ext4: include journal blocks in df overhead calcs Date: Tue, 25 Dec 2012 13:57:13 -0500 Message-ID: <20121225185713.GF5318@thunk.org> References: <50B67949.60104@redhat.com> <50B686A8.2010101@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ext4 development , Eric Whitney To: Eric Sandeen Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:40302 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754059Ab2LYS6G (ORCPT ); Tue, 25 Dec 2012 13:58:06 -0500 Content-Disposition: inline In-Reply-To: <50B686A8.2010101@redhat.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Nov 28, 2012 at 03:48:24PM -0600, Eric Sandeen wrote: > To more accurately calculate overhead for "bsd" style > df reporting, we should count the journal blocks as > overhead as well. > > Signed-off-by: Eric Sandeen > Tested-by: Eric Whitney Thanks, applied. - Ted