From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 605F7C4167D for ; Mon, 30 Oct 2023 15:04:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233571AbjJ3PEJ (ORCPT ); Mon, 30 Oct 2023 11:04:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233568AbjJ3PEH (ORCPT ); Mon, 30 Oct 2023 11:04:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B73F7DA for ; Mon, 30 Oct 2023 08:04:05 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B59E3C433C7; Mon, 30 Oct 2023 15:04:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698678245; bh=0d3/+GxGMdfOff0/hkwfnIJbNqj8qgEyQZNmJtkQDYA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mJdyCBVbD3Ow1xcl0bn96Gny34+Y0wRnViaDVV9tU9XqjRT4ZAqRr/dXVuU5w4bMn 8zxuF6ZjskjGvpzcRGNwyhPYz+Et0/Zl7F/jaq1kYtI9ksHwGpNv/lHtDBMqwPifCx P/NZPic9P3Q4Chmxj/zrp04OWpIBxQLXoWZQy920m2Lo1yxaAbxH6OHNuD97DnYtXf cb5Qw6vd2sAQUwaSbWpMfmmcPMdr/PGG8Qy8t/J6gKgnk5D1h7UMeHsOZbi+MnUD1b /cLdbi1qyLsMFePON0KSbilKtsgIyFUTMByb9daofg39FthHsKPtoJ0DLGDqXg8dqT b2X3IcOHHbN4A== Message-ID: Date: Mon, 30 Oct 2023 23:04:04 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH 2/2] erofs: tidy up redundant includes Content-Language: en-US To: Ferry Meng , linux-erofs@lists.ozlabs.org Cc: LKML References: <20231026021627.23284-1-mengferry@linux.alibaba.com> <20231026021627.23284-2-mengferry@linux.alibaba.com> From: Chao Yu In-Reply-To: <20231026021627.23284-2-mengferry@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/10/26 10:16, Ferry Meng wrote: > - Remove unused includes like and ; > > - Move common includes into "internal.h". > > Signed-off-by: Ferry Meng Reviewed-by: Chao Yu