Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp137292ybk; Tue, 12 May 2020 17:54:53 -0700 (PDT) X-Google-Smtp-Source: APiQypKNOH7nlhKiD1PWlxQRXajhpdU9h5VE2WWEvlnWDiuBR6e+c/o8wos6Bm2s680B/af0H4Eg X-Received: by 2002:a50:8165:: with SMTP id 92mr12568747edc.263.1589331293131; Tue, 12 May 2020 17:54:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589331293; cv=none; d=google.com; s=arc-20160816; b=xZhQu3hqhXlFIaOz21bQYZ/ezrjHGAO6vqDO1sgmh2EOFS2aclkrXlGtu50zWO9d79 opl2kNYy5vKFlhCPaioDLKf5fw0/KEGakwGYWROqj3av1pXQsILyC60W2OpD0FsPVbZ6 VRPiNF05xUgxlOi9Uhq9c7TVCPckURk4bswLsdNK/c9+bnd6R90nEbzuQ/VVS5T5y1cv DOiBx7iff9PBLdYbIxBh72zWYlQFTml1MJO2VF7TMk0jMQXAx//2iXMyl3BsQ3YE3+Dn KCiEQ3NA5tfk8gafj6SJIUoudxUtlqa152XueAXAFKON/fE20X7MwvtLuDgcNfUa0ISm dwyQ== 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=Ls9HVx5myCXgc30fEip2riNZUvMw3rzfJLWtjn8/NZ8=; b=OXqwH3yw0avAvFHnDq3cA4xq1DqU67VC2pspZGnoKB9tWaKUs7Lqgw//YmiA5mdAPb 1VV4mEoF6cKUM2KYwITU4xgwm5++i4LAb7ZBefPm7DbUaIkUpLsiDS0dh+bt5drKOWMt 7TYmm5idUxHUkB23gETrDk42Y8RnFneD47XKEBbBuYavdMBn6f6zo8In+FaPvtZhYSfM I0/z0DrGb/l31SPDhY7gnUJXi1ysH9ryJ7vsL9Euhtlo/8Wq/5R3XMhGq3DPbb+AIRmj LAlm12736wyTvMYhIOr4A71L08IpDPg7jNQBiVovIet255Ah7hqPfzbGTW6Plr4KWI/k umaQ== 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 s3si8705297edq.467.2020.05.12.17.54.19; Tue, 12 May 2020 17:54:53 -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 S1728313AbgEMAyO (ORCPT + 99 others); Tue, 12 May 2020 20:54:14 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:55794 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726031AbgEMAyN (ORCPT ); Tue, 12 May 2020 20:54:13 -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 04D0rtem000396 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 12 May 2020 20:53:55 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 23FCB4202E4; Tue, 12 May 2020 20:53:55 -0400 (EDT) Date: Tue, 12 May 2020 20:53:55 -0400 From: "Theodore Y. Ts'o" To: Eric Biggers Cc: linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, Jaegeuk Kim , Daniel Rosenberg Subject: Re: [PATCH 1/4] linux/parser.h: add include guards Message-ID: <20200513005355.GE1596452@mit.edu> References: <20200512233251.118314-1-ebiggers@kernel.org> <20200512233251.118314-2-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200512233251.118314-2-ebiggers@kernel.org> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, May 12, 2020 at 04:32:48PM -0700, Eric Biggers wrote: > From: Eric Biggers > > is missing include guards. Add them. > > This is needed to allow declaring a function in that > takes a substring_t parameter. > > Signed-off-by: Eric Biggers Reviewed-by: Theodore Ts'o