From: Eldad Zack Date: Sat, 19 May 2012 14:13:18 +0000 (+0000) Subject: net/ipv4: replace simple_strtoul with kstrtoul X-Git-Tag: v3.5-rc1~191^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413c27d8697751f72d2d6cf289140a8e060a8032;p=pandora-kernel.git net/ipv4: replace simple_strtoul with kstrtoul Replace simple_strtoul with kstrtoul in three similar occurrences, all setup handlers: * route.c: set_rhash_entries * tcp.c: set_thash_entries * udp.c: set_uhash_entries Also check if the conversion failed. Signed-off-by: Eldad Zack Signed-off-by: David S. Miller --- Reading git-diff-tree failed