From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:42254 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbdFGJgr (ORCPT ); Wed, 7 Jun 2017 05:36:47 -0400 Date: Wed, 7 Jun 2017 17:36:45 +0800 From: Eryu Guan Subject: Re: [PATCH] btrfs: test Btrfs delalloc accounting overflow Message-ID: <20170607093645.GZ19952@eguan.usersys.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: fstests-owner@vger.kernel.org To: Omar Sandoval Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org, kernel-team@fb.com List-ID: 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. Thanks, Eryu