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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB4F4C433DF for ; Fri, 29 May 2020 12:32:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1E5420814 for ; Fri, 29 May 2020 12:32:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726975AbgE2Mcp (ORCPT ); Fri, 29 May 2020 08:32:45 -0400 Received: from verein.lst.de ([213.95.11.211]:32812 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726920AbgE2Mcn (ORCPT ); Fri, 29 May 2020 08:32:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8B0A968B02; Fri, 29 May 2020 14:32:39 +0200 (CEST) Date: Fri, 29 May 2020 14:32:39 +0200 From: Christoph Hellwig To: Linus Torvalds Cc: Christoph Hellwig , Al Viro , Ian Kent , David Howells , Linux Kernel Mailing List , linux-fsdevel , LSM List , NetFilter Subject: Re: [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write Message-ID: <20200529123239.GA28608@lst.de> References: <20200528054043.621510-1-hch@lst.de> <20200528054043.621510-10-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) 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 11:43:13AM -0700, Linus Torvalds wrote: > On Wed, May 27, 2020 at 10:41 PM Christoph Hellwig wrote: > > > > -ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) > > +ssize_t __kernel_write(struct file *file, const void *buf, size_t count, > > + loff_t *pos) > > Please don't do these kinds of pointless whitespace changes. > > If you have an actual 80x25 vt100 sitting in a corner, it's not really > conducive to kernel development any more. I have real 80x25 xterms, as that allows me to comfortably fit 4 of them onto my latop screen.