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 13099C433F5 for ; Wed, 11 May 2022 14:29:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231251AbiEKO3d (ORCPT ); Wed, 11 May 2022 10:29:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244709AbiEKO3W (ORCPT ); Wed, 11 May 2022 10:29:22 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D489C5E42; Wed, 11 May 2022 07:29:18 -0700 (PDT) Received: from cwcc.thunk.org (pool-108-7-220-252.bstnma.fios.verizon.net [108.7.220.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 24BET0xf015006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 11 May 2022 10:29:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1652279342; bh=LIsy1MxkN1edbrF9r2Elq6kSBC8nuw+qriYfhUMLLwc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=YAy+aaJ9kAZGF+J3ys0yjJ1lHH+jEiq0KYuom1MnTvPMPKm/UsJ3+AJ055xD157Br ktvKRL5Oh6x1pCAmHYxWOahpNuZbz+0F2jZ8s+RD/Ch6JWxem6qzioDblwxyUS3rVT sQMc5yUfLvmf6fEd63Pl1dd2sNmatrXWeIbs7kxoFlVIQnncoozi+z6dVXqcVUkZch hVw7DHKlUtOU9DOzjNe5H6j66eqrKkKAexLal3PSJE4pXvaPolNt8MhOJj3OTDOABd YyHO5+EwTuXl5HvLgCOKkJBJsdkgb3TwzhGCw+OukebqTCbmTsblbouLEm/+U62Wab t4yq9o8myQJQg== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 75F6815C3F0C; Wed, 11 May 2022 10:29:00 -0400 (EDT) Date: Wed, 11 May 2022 10:29:00 -0400 From: "Theodore Ts'o" To: Ye Bin Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, jack@suse.cz Subject: Re: [PATCH -next v2] ext4: fix warning in ext4_handle_inode_extension Message-ID: References: <20220510122545.1770410-1-yebin10@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220510122545.1770410-1-yebin10@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As I mentioned in the other thread, I decided to take the v1 version of this patch. Thanks, - Ted