Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1810172pxk; Fri, 2 Oct 2020 21:46:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmwz4+QN47K73k5fCKGMvl6O/rSsDdUzhTK31KZq56iMcruWwzSJx9PPLuQ+Rt38urn0Li X-Received: by 2002:a50:80e3:: with SMTP id 90mr6508113edb.39.1601700415526; Fri, 02 Oct 2020 21:46:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601700415; cv=none; d=google.com; s=arc-20160816; b=G1bO7F9A6cXgiWyH0dBZpn2fMOrdKmvtWlh8oigtzTnd/5FJTM9RgejSS5CX7z9GA1 erFZfwmQxq2nhV5O9z7/d5nLjOs2m/Gb6i6HCiuQPzEJPlzELK/0F57g5P2mxvZDVJMd bPOhpZnYv9cuhzIEcmcWylVlorHhVOU1or5Z/XIi12MB1SLl59e+SqwdQKNUjLnUQ059 IEym63HBHHiq5VR825Y88mJj/wTWLFh7SIWuRJJZ2w5VSY/4RoXU3dgaiCKkaQBia9vN hcV1ixxogN1Q19+WiTL1tuObBQ0gimTuKygthS2ycYo69JH7pnF5WU8fdynBwnscV+YJ IC3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=tNuNhhWG2K3v9lNuU8+oXgHpJI9Kb1RJ6S5SvL2aWYc=; b=oDqi9dCC2XguokjwTx6TbH1c/kPHmzMMfWaXnh8GM6rEUx4FbXLIY38wn797H9xEYS v8aDWWc8Rfh7VtUbGoZqFzyPCS+qMzRje1BnnGzFda2Xe/r4a/YEjsZkDZrhPkguiGyD 6OvYfULTovQ23cQpKT+q0+f8yU4KpDAEW0p8//K8Pi42w71MHNvAxANXo2ghmXXt7RsE Hw1Jwvf9qVI0JLnATZKb6exYkTqPWM1miES8K9dsF1LStOs/RrySirwPN6GNSO6BQNwC ess2I+mKLVSZoBRn2VN7Kvxqto9WQe7DjjCbQ1QZCK5xYQ4OzTS26lSfql5o6c9qDQt/ jO/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u20si2592216ejt.14.2020.10.02.21.46.13; Fri, 02 Oct 2020 21:46:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725616AbgJCEqM (ORCPT + 99 others); Sat, 3 Oct 2020 00:46:12 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:49927 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725446AbgJCEqM (ORCPT ); Sat, 3 Oct 2020 00:46:12 -0400 Received: from callcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 0934jk9W008328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 3 Oct 2020 00:45:46 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 3686742003C; Sat, 3 Oct 2020 00:45:46 -0400 (EDT) Date: Sat, 3 Oct 2020 00:45:46 -0400 From: "Theodore Y. Ts'o" To: Tian Tao Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org Subject: Re: [PATCH] ext4: Remove unused including Message-ID: <20201003044546.GE23474@mit.edu> References: <1600397165-42873-1-git-send-email-tiantao6@hisilicon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1600397165-42873-1-git-send-email-tiantao6@hisilicon.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Fri, Sep 18, 2020 at 10:46:05AM +0800, Tian Tao wrote: > Remove including that don't need it. > > Signed-off-by: Tian Tao Thanks, applied. - Ted