Re: [PATCH 2/2,resend] sunrpc/cache.h: replace simple_strtoul

2012-07-12 Thread Eldad Zack
On Tue, 10 Jul 2012, J. Bruce Fields wrote: > > (By the way, one advantage which simple_str* does have is documentation. Not for long :) Eldad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 2/2,resend] sunrpc/cache.h: replace simple_strtoul

2012-07-10 Thread J. Bruce Fields
Thanks, applying. On Fri, Jul 06, 2012 at 09:31:57PM +0200, Eldad Zack wrote: > This patch replaces the usage of simple_strtoul with kstrtoint in > get_int(), since the simple_str* family doesn't account for overflow > and is deprecated. > Also, in this specific case, the long from strtol is silen