[PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write

Linus Torvalds torvalds at linux-foundation.org
Thu May 28 18:43:13 UTC 2020


On Wed, May 27, 2020 at 10:41 PM Christoph Hellwig <hch at lst.de> 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.

Yes, yes, we'd like to have shorter lines for new code, but no, don't
do silly line breaks that just makes old code look and grep worse.

             Linus



More information about the Linux-security-module-archive mailing list