Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3117193ybl; Sun, 26 Jan 2020 19:56:40 -0800 (PST) X-Google-Smtp-Source: APXvYqxKXJ449sGXPPbcPuqHl4eN5Dl7w/t2j/zcquhohZQu3d+Y44nwPer9WgVRLHIRekkHi/TS X-Received: by 2002:aca:72cd:: with SMTP id p196mr6056343oic.99.1580097400174; Sun, 26 Jan 2020 19:56:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580097400; cv=none; d=google.com; s=arc-20160816; b=NNLSxEy+suFRHU+cnZIFkOfUB32iQHVZpESzRWlO2HEdhUGcK2UnvZxl8rL0flq7aZ i+hzWnYsj3Z+HQnbk4zHSGzYnVONe0e9opNKJN2t2U1FFi5s1oWeletVR5p2PP4Il4PG 1t9mcdms5wcDuladdUblqwuQX+k8RrVgoukB+jb0LDrYJP51M1BtufLOA+hvY/Q0hob8 R6NZPFkn8BmANhC+g6v7tUCppEUKKPWcvc5GPhZZgufQsbeEpTqrlKvUoqyWKPlMe7Zc Byp5ga2QxYT3NwTxLEAHvxYNpnUixWWgbn0UaQZ91i16h6Uj8ykU8H3ZLTgKmHlG3Dce UJwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=YFNjPVxOI4G/a/ldwBeJD1j1nq6Hi1SFkWL1jp2wxAQ=; b=dP2TH7kzPFiCLMPRCLaw2hnLn67wCBcuHNJCSj1c3gapfpLF2b4lBmKf6Sw8p5IX0A 62rWKSg5KYkePiV4x0M1YUSqgUEeaYQevzD+07a+4ulD87Jltip9eXwGGYTOrWflUz1j VdxM0A+uhNSgZ72mfKdMCLFgyL9O2+c5i8giCKxO81cjqbwT+U07nW4lSIbuGFh8kcsj bD4jw0NpbV4SRce85d6rBGRZPLDD2L4zKxTj1Ye1Jr6NpCVfYjE6bErPWzihbjqKVtiB IjwvOtHi2JD0xlLryGnkvuY3azjmzCKJMtYBb/YR3V7mc08j8bvVNhXUTlmaxbMTWgKN PCfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e25si6384521otk.62.2020.01.26.19.56.13; Sun, 26 Jan 2020 19:56:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727212AbgA0Dzs (ORCPT + 99 others); Sun, 26 Jan 2020 22:55:48 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:51896 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726545AbgA0Dzs (ORCPT ); Sun, 26 Jan 2020 22:55:48 -0500 Received: from callcc.thunk.org ([67.142.235.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 00R3tRiP005834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 26 Jan 2020 22:55:37 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id E1C3F42037C; Sun, 26 Jan 2020 22:05:00 -0500 (EST) Date: Sun, 26 Jan 2020 22:05:00 -0500 From: "Theodore Y. Ts'o" To: Li Dongyang Cc: "linux-ext4@vger.kernel.org" , "adilger@dilger.ca" Subject: Re: [PATCH v3 3/5] ext2fs: rename "s_overhead_blocks" to "s_overhead_clusters" Message-ID: <20200127030500.GB115399@mit.edu> References: <20191120043448.249988-1-dongyangli@ddn.com> <20191120043448.249988-3-dongyangli@ddn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191120043448.249988-3-dongyangli@ddn.com> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Nov 20, 2019 at 04:35:25AM +0000, Li Dongyang wrote: > Rename s_overhead_blocks field from struct ext2_super_block to > make it consistent with the kernel counterpart. > > Signed-off-by: Li Dongyang > Reviewed-by: Andreas Dilger Applied, thanks. - Ted