]> Git Repo - linux.git/commitdiff
sysctl: Add neg_one as a standard constraint
authorAaron Tomlin <[email protected]>
Mon, 20 Jan 2014 17:34:12 +0000 (17:34 +0000)
committerIngo Molnar <[email protected]>
Sat, 25 Jan 2014 07:59:53 +0000 (08:59 +0100)
Add neg_one to the list of standard constraints - will be used by the next patch.

Signed-off-by: Aaron Tomlin <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Acked-by: David Rientjes <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sysctl.c

index c8da99f905cf522a34dd7ff059bde584e4d8c90a..c398a58673a75594ad5951dc4607f07dce451f62 100644 (file)
@@ -122,6 +122,7 @@ extern int blk_iopoll_enabled;
 static int sixty = 60;
 #endif
 
+static int neg_one = -1;
 static int zero;
 static int __maybe_unused one = 1;
 static int __maybe_unused two = 2;
This page took 0.052037 seconds and 4 git commands to generate.