Skip to content

Commit

Permalink
sysctl: Add neg_one as a standard constraint
Browse files Browse the repository at this point in the history
Add neg_one to the list of standard constraints - will be used by the next patch.

Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: oleg@redhat.com
Link: http://lkml.kernel.org/r/1390239253-24030-2-git-send-email-atomlin@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Aaron Tomlin authored and Ingo Molnar committed Jan 25, 2014
1 parent 6438999 commit 2397efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2397efb

Please sign in to comment.