Subject: None
To: Christos Zoulas <christos@zoulas.com>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 06/29/2006 08:24:37
| Emmanuel Dreyfus <manu@netbsd.org> wrote:
|
| > > I would just call the flag P_EXIT, remote means to me
| > > from a different machine, and it looks ok.
| > P_EXIT is a bit vague. What about P_QUIETEXIT?
|
| And should the flag check be ifdef COMPAT_LINUX or not?
No, because it will clutter the code with ifdefs. The comment can say that
it is used by COMPAT_LINUX.
more importantly, it means that compat_linux lkm won't work.