Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1590780ybk; Thu, 21 May 2020 10:23:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzcqNQruVk2vKvTV/t10jlf13DNM6MBkbhb+hEAtLsj0CFIvQ54OvlAX7h/hBYCXNsylSJe X-Received: by 2002:aa7:d44a:: with SMTP id q10mr8669603edr.386.1590081821948; Thu, 21 May 2020 10:23:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590081821; cv=none; d=google.com; s=arc-20160816; b=d56GHu1IUPMxLmUZ/x2m65YRUmwXeCyCessAUHhUoLrJH9/9YnujLoF4cYFeoYSdD/ xud61uQblfRcG2+NeM636JQJ+yf+3DtKUgb0x8AmJtaNzK2bnHNjntdz70dtjDFcN4+P DdQHOTFPG3QbI12WnD0jjRBmRk4u8Vka3F3m5J3jlQIy3LbenOsr4zgCHRM0TZAF8mJC H5IqzzBtXmEdDXAsr2whXznmNOa6g0MTw+UJMGxb/++7c0zPcMVkH1UBi9hIQhGWbrTb dcRnIg7OGZni3JAIWu0Nrwek+bX8PewrYiatcXfobe7fi9bfISOv6Vev+VFWB5O9X33V 6TJQ== 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=zVuDYRjY7GORR4j7NkTSZ34Et5CaD+Qap7zAIe3Lo3M=; b=jAKrcNoRam6CNyCMUN5NwNsxvmMZMhi+97CwfNV/edlmy8tcjWI6hPdnwG9a9bgCQ2 ZaOSAXkU8nVK0afil1GTwuvTm4VD9Svn/5gUfrmqGjaH6S3hyQ6OAbRblM6syeeELEXa 9/xIraUh0MIXnvgyKSAtbh/UATXXezq1W4HRf2p8c6LbUqWTy3Evb8MvbVNmAMqUS6Vm gRYM+mnzWd3IoxS4ik4vETCfV0M9cYpd5H2IeyoqV9j+pn81ceZ/SN5Ks1qJUufQLRXu G/5ViWZqNc509RQfwTQFbLq4mUYGjzJ13PXDlOgRsGU/otQKStxcpA6O/+cLhxsEqXYF R1Pw== 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 q10si3725918eja.345.2020.05.21.10.23.08; Thu, 21 May 2020 10:23:41 -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 S1728881AbgEURUm (ORCPT + 99 others); Thu, 21 May 2020 13:20:42 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:35166 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728796AbgEURUm (ORCPT ); Thu, 21 May 2020 13:20:42 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04LHKZtw016256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 May 2020 13:20:35 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 1607F420304; Thu, 21 May 2020 13:20:35 -0400 (EDT) Date: Thu, 21 May 2020 13:20:35 -0400 From: "Theodore Y. Ts'o" To: Jonny Grant Cc: Ext4 Developers List Subject: Re: [PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2 Message-ID: <20200521172035.GB2946569@mit.edu> References: <5b9bc322-fe02-72cc-9aa7-a27b26894ce0@jguk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b9bc322-fe02-72cc-9aa7-a27b26894ce0@jguk.org> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Fri, May 08, 2020 at 09:36:43PM +0100, Jonny Grant wrote: > Please find attached patch for review. > > 2020-05-08 Jonny Grant > > tests: comment ext4_dir_entry_2 file_type member > > Cheers, Jonny Hi Johnny, could you resubmit with the Signed-off-By: line? That's really important. If you don't understand why, please read: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin Cheers, - Ted