]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - mm/hugetlb.c
mm: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Wed, 11 Sep 2013 21:20:25 +0000 (14:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:57:11 +0000 (15:57 -0700)
commit3dbb95f7895e378514ffefa93cc887fb1bc9df94
tree486dc488c1179eba79a1c3a9e31552b62a03290b
parent6df46865ff8715932e7d42e52cac17e8461758cb
mm: replace strict_strtoul() with kstrtoul()

The use of strict_strtoul() is not preferred, because strict_strtoul() is
obsolete.  Thus, kstrtoul() should be used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/huge_memory.c
mm/hugetlb.c
mm/kmemleak.c
mm/ksm.c
mm/slub.c