]> 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)
commit5363c25059f6e54ad2f92ec2ed6a8d82b00ec915
treed130e8e46c1ba9080563c91698d86b2735be93af
parentd0fb5ab2cae05e650a5f3b0bcfa74897473759a7
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