fs/xfs remove obsolete simple_strto<foo>
authorAbhijit Pawar <abhi.c.pawar@gmail.com>
Wed, 9 Jan 2013 14:04:42 +0000 (19:34 +0530)
committerBen Myers <bpm@sgi.com>
Sun, 13 Jan 2013 20:42:07 +0000 (14:42 -0600)
commita17164e54bf0e3c2cbc72c35b9f67c2873a122dd
treed130e8e46c1ba9080563c91698d86b2735be93af
parentd4608632ec8f4ae3ffecdd343ede34e60eabc64f
fs/xfs remove obsolete simple_strto<foo>

This patch replaces usages of obsolete simple_strtoul with kstrtoint in
xfs_args and suffix_strtoul.

Signed-off-by: Abhijit Pawar <abhi.c.pawar@gmail.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_super.c