Re: [RFC][PATCH 8/8] really consolidate INIT_C_CC definitions

From: Linus Torvalds
Date: Mon Sep 10 2018 - 09:34:00 EST


On Sun, Sep 9, 2018 at 6:52 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> */
> +#ifndef INIT_C_CC_VDISCARD
> +#define INIT_C_CC_VDISCARD 'O'-0x40
> +#endif

Just change everybody to do the same, nobody cares about VDISCARD.

We can change the value of VDISCARD because it doesn't actually have
anything connected to it, so don't worry about "we used to have odd
different values for it".

Linus