Re: [patch] my latest oom stuff

Theodore Y. Ts'o (tytso@mit.edu)
Wed, 11 Nov 1998 04:58:55 GMT


From: miquels@cistron.nl (Miquel van Smoorenburg)
Date: 10 Nov 1998 21:53:24 +0100

Well why doesn't someone fix all those enums?

enum
{
VM_SWAPCTL=1, /* struct: Set vm swapping control */
VM_SWAPOUT=2, /* int: Background pageout interval */

... etc. That would prevent accidents from happening.

If we're going to do that, why don't we just go back to

#define VM_SWAPCTL 1
#define VM_SMAPOUT 2

... the way Stephen originally coded it.... ?

- Ted

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/