Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp686754ybm; Thu, 28 May 2020 12:35:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxV83CurP8YO5dN3bDJb7I6CBGsjC6JBWET+Fs510GTPMAG480ocDkb22VE4QJfHTLHdGzb X-Received: by 2002:a17:906:b4c:: with SMTP id v12mr4387372ejg.25.1590694557334; Thu, 28 May 2020 12:35:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590694557; cv=none; d=google.com; s=arc-20160816; b=Exw5hsdGOUk7q567KSlAASDL1x8q55ATSU9F8VECQOnyjeZxJ3SQbLukxB2HZEqUOk YV3M5uFXjt1fNI+lo+C31tL/RAUYOEJ85aUjjEFMUE3ois0fGAaauurq7pJlGWkF8nHB erVlvnBKiruniuxtvn2lPMmziHJo1HW2i7KRnr9Vfu7Q0kIMFf+ihHfG2EBG7xTS5Qt+ PFp96DbPuCIzap69ZMwPszQEJzdiles8/o3t7UgIAGKkpaaUIxXUml2ArpsdgqLY8tJP sgMd+MGRFdZqZku3QP8X0CN7k2dnzS/szdX9TQXimxan+F6BiXSK45I9xZKyqGJzNav/ GXIQ== 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=OVcfXsyt1j12tnhteG1R9yaITdAEu2zW3+77+ViWn3w=; b=i+s9pGiSjj9fv5fHHeKxhm2RwI2Zm0ZdG+mLEGUS7AfHflLTye/UnyW5TWdwQ4Yznh zhmAFo1aN36t6RI04UFJeBTLl3d8VaVsMDTf9TzAjEFbFU7EayFGK7D68IWJYz8VQZlK fUtMNw9ycfykWxEnaxcn9NKjuuGDIIq6Fg7Z7VuPl/A0ICCwULdkvsu5iBA85YFmzDJL yHT6iRIhL4MczrYHseC9pT/p1fFCgQQZG+w/H7JgOWouze9o9XjmPysfBC1YY7I0ZaJp /102WWSvB3dkfhD56WNSY3EE0H8iV49d9luf2vlCUFE2HRDi03geVvEBcNVflfNQcFuX ljCQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 v12si4444535ejq.534.2020.05.28.12.35.33; Thu, 28 May 2020 12:35:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406585AbgE1Tdu (ORCPT + 99 others); Thu, 28 May 2020 15:33:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406369AbgE1Tdt (ORCPT ); Thu, 28 May 2020 15:33:49 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EDE0C08C5C6; Thu, 28 May 2020 12:33:49 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jeOHc-00H5X2-Ay; Thu, 28 May 2020 19:33:40 +0000 Date: Thu, 28 May 2020 20:33:40 +0100 From: Al Viro To: Joe Perches Cc: Linus Torvalds , Christoph Hellwig , Ian Kent , David Howells , Linux Kernel Mailing List , linux-fsdevel , LSM List , NetFilter Subject: Re: clean up kernel_{read,write} & friends v2 Message-ID: <20200528193340.GR23230@ZenIV.linux.org.uk> References: <20200528054043.621510-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 28, 2020 at 12:22:08PM -0700, Joe Perches wrote: > Hard limits at 80 really don't work well, especially with > some of the 25+ character length identifiers used today. IMO any such identifier is a good reason for a warning. The litmus test is actually very simple: how unpleasant would it be to mention the identifiers while discussing the code over the phone?