From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cn.fujitsu.com ([59.151.112.132]:24288 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755109AbbI2BwD (ORCPT ); Mon, 28 Sep 2015 21:52:03 -0400 Subject: Re: [PATCH] btrfs: remove empty header file extent-tree.h To: , Chris Mason References: <1435886274-8309-1-git-send-email-quwenruo@cn.fujitsu.com> From: Qu Wenruo Message-ID: <5609EEBF.2010804@cn.fujitsu.com> Date: Tue, 29 Sep 2015 09:51:59 +0800 MIME-Version: 1.0 In-Reply-To: <1435886274-8309-1-git-send-email-quwenruo@cn.fujitsu.com> Content-Type: text/plain; charset="utf-8"; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: Hi Chris, Would you please merge this patch? The empty header is introduced by my qgroup accounting rework, and the cleanup patch is missed in 4.2. Thanks, Qu Qu Wenruo wrote on 2015/07/03 09:17 +0800: > The empty file is introduced as an careless 'git add', remove it. > > Reported-by: David Sterba > Signed-off-by: Qu Wenruo > --- > fs/btrfs/extent-tree.h | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 fs/btrfs/extent-tree.h > > diff --git a/fs/btrfs/extent-tree.h b/fs/btrfs/extent-tree.h > deleted file mode 100644 > index e69de29..0000000 >