Andrey Ryabinin
753162cd84
mm: hugetlb: fix type of hugetlb_treat_as_movable variable
hugetlb_treat_as_movable declared as unsigned long, but
proc_dointvec() used for parsing it:
static struct ctl_table vm_table[] = {
...
{
.procname = "hugepages_treat_as_movable",
.data = &hugepages_treat_as_movable,
.maxlen = sizeof(int),
.mode = 0644,
.proc_handler = proc_dointvec,
},
This seems harmless, but it's better to use int type here.
Signed-off-by: Andrey Ryabinin <a.ryabinin@samsung.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Manfred Spraul <manfred@colorfullife.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-02-10 14:30:34 -08:00
..
2014-10-18 11:53:51 -07:00
2014-10-29 16:33:15 -07:00
2014-11-13 16:17:06 -08:00
2014-01-23 16:36:50 -08:00
2014-12-18 19:08:10 -08:00
2014-12-10 17:41:06 -08:00
2014-12-13 12:42:48 -08:00
2015-02-10 14:30:31 -08:00
2014-10-09 22:26:00 -04:00
2014-04-07 16:36:15 -07:00
2014-12-13 12:42:49 -08:00
2012-01-03 22:54:56 -05:00
2015-02-10 14:30:30 -08:00
2015-02-10 14:30:30 -08:00
2014-12-10 17:41:08 -08:00
2015-02-10 14:30:31 -08:00
2014-08-06 18:01:22 -07:00
2014-12-15 15:52:01 -08:00
2014-12-10 17:41:04 -08:00
2015-02-10 14:30:34 -08:00
2014-08-06 18:01:19 -07:00
2011-07-26 16:49:47 -07:00
2014-12-10 17:41:06 -08:00
2015-02-10 14:30:31 -08:00
2014-12-08 20:25:23 -05:00
2015-01-06 11:04:29 -08:00
2015-01-08 15:10:52 -08:00
2014-10-09 22:25:50 -04:00
2014-06-06 16:08:18 -07:00
2014-06-06 16:08:17 -07:00
2015-02-10 14:30:31 -08:00
2014-04-03 16:21:01 -07:00
2011-10-31 09:20:12 -04:00
2015-02-10 14:30:31 -08:00
2015-02-10 14:30:30 -08:00
2014-12-13 12:42:46 -08:00
2015-02-10 14:30:31 -08:00
2014-12-10 17:41:05 -08:00
2014-12-13 12:42:48 -08:00
2015-02-10 14:30:34 -08:00
2014-12-19 18:19:19 -08:00
2014-06-06 16:08:17 -07:00
2015-02-10 14:30:31 -08:00
2015-02-10 14:30:31 -08:00
2014-10-13 15:44:12 +02:00
2014-01-27 21:02:39 -08:00
2015-02-10 14:30:31 -08:00
2014-02-21 08:50:17 +01:00
2014-11-13 13:46:09 +11:00
2013-10-09 14:47:45 +02:00
2015-02-10 14:30:31 -08:00
2015-02-10 14:30:31 -08:00
2015-02-10 14:30:31 -08:00
2014-11-13 16:17:06 -08:00
2015-02-10 14:30:30 -08:00
2014-12-13 12:42:49 -08:00
2015-01-26 13:37:18 -08:00
2014-12-10 17:41:05 -08:00
2014-12-13 12:42:48 -08:00
2014-06-14 19:30:48 -05:00
2014-12-10 17:41:05 -08:00
2014-12-13 12:42:48 -08:00
2015-01-08 15:10:51 -08:00
2015-02-05 13:35:29 -08:00
2014-09-02 14:46:05 -04:00
2014-09-02 14:46:02 -04:00
2014-10-29 10:34:34 -04:00
2014-08-29 16:28:15 -07:00
2014-05-06 17:32:49 -04:00
2011-10-31 09:20:11 -04:00
2014-08-06 18:01:15 -07:00
2015-02-10 14:30:31 -08:00
2015-02-10 14:30:30 -08:00
2015-02-10 14:30:30 -08:00
2014-12-13 12:42:53 -08:00
2014-12-10 17:41:07 -08:00
2014-10-09 22:25:50 -04:00
2015-02-10 14:30:30 -08:00
2014-01-21 16:19:47 -08:00
2014-04-07 16:35:54 -07:00
2014-12-10 17:41:09 -08:00
2014-12-10 17:41:09 -08:00
2015-02-10 14:30:31 -08:00
2014-12-10 17:41:09 -08:00
2014-11-07 08:29:25 +11:00
2014-10-09 22:25:50 -04:00
2014-12-13 12:42:48 -08:00
2014-12-13 12:42:49 -08:00
2014-12-02 17:32:07 -08:00
2015-01-26 13:37:18 -08:00
2015-02-10 14:30:30 -08:00
2014-04-03 16:21:01 -07:00
2014-12-13 12:42:51 -08:00
2014-08-29 16:28:16 -07:00
2014-12-18 19:08:11 -08:00
2014-12-13 12:42:50 -08:00