Re: git: a75d1ddd7431 - main - vfs: introduce V_PCATCH to stop abusing PCATCH

From: Konstantin Belousov <kostikbel_at_gmail.com>
Date: Sat, 17 Sep 2022 20:25:36 UTC
On Sat, Sep 17, 2022 at 03:42:39PM +0000, Mateusz Guzik wrote:
> +#define	V_PCATCH	0x0008	/* vn_start_write: make the sleep interruptible */
> +#define V_VALID_FLAGS (V_WAIT | V_NOWAIT | V_XSLEEP | V_PCATCH)
There must be a tab, not space, after define.