Date: Sat, 17 Sep 2022 23:25:36 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Mateusz Guzik <mjg@freebsd.org> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: a75d1ddd7431 - main - vfs: introduce V_PCATCH to stop abusing PCATCH Message-ID: <YyYtQAq%2BS5nDcoHy@kib.kiev.ua> In-Reply-To: <202209171542.28HFgduw076545@gitrepo.freebsd.org> References: <202209171542.28HFgduw076545@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YyYtQAq%2BS5nDcoHy>