From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg0-f42.google.com ([74.125.83.42]:35773 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbdFGReP (ORCPT ); Wed, 7 Jun 2017 13:34:15 -0400 Received: by mail-pg0-f42.google.com with SMTP id k71so7535503pgd.2 for ; Wed, 07 Jun 2017 10:34:15 -0700 (PDT) Date: Wed, 7 Jun 2017 10:34:13 -0700 From: Omar Sandoval Subject: Re: [PATCH] btrfs: test Btrfs delalloc accounting overflow Message-ID: <20170607173413.GA7481@vader.DHCP.thefacebook.com> References: <20170607093645.GZ19952@eguan.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170607093645.GZ19952@eguan.usersys.redhat.com> Sender: fstests-owner@vger.kernel.org To: Eryu Guan Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org, kernel-team@fb.com List-ID: On Wed, Jun 07, 2017 at 05:36:45PM +0800, Eryu Guan wrote: > On Tue, Jun 06, 2017 at 11:57:10PM -0700, Omar Sandoval wrote: > > From: Omar Sandoval > > > > This is a regression test for "[PATCH] Btrfs: fix delalloc accounting > > leak caused by u32 overflow". It creates a bunch of delalloc extents and > > merges them together to make sure the accounting is done right. > > > > Signed-off-by: Omar Sandoval > > I refer to the patch by its commit id 8b8b08cbfb90 as well, and replaced > xfs_io with $XFS_IO_PROG, and queued for next update. Hi, Eryu, 8b8b08cbfb90 is actually a different fix, my patch isn't upstream yet (but Dave has it queued up for 4.13).