Re: [RFC PATCH 1/2] sysctl: Make neg_one a standard constraint

2014-01-14 Thread Rik van Riel
On 01/13/2014 12:14 PM, atom...@redhat.com wrote: > From: Aaron Tomlin > > Add neg_one to the list of standard constraints. > > Signed-off-by: Aaron Tomlin Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[RFC PATCH 1/2] sysctl: Make neg_one a standard constraint

2014-01-13 Thread atomlin
From: Aaron Tomlin Add neg_one to the list of standard constraints. Signed-off-by: Aaron Tomlin --- kernel/sysctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 34a6047..dd531a6 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -122,6 +122,7 @