]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7d10ccea412b4f860486efe6c25d09f640e5c16
treed130e8e46c1ba9080563c91698d86b2735be93af
parent6ca78da306ca5248de06fbffc319e25053e9e09e
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