fs/dlm/config.c: convert simple_str to kstr
authorFabian Frederick <[email protected]>
Fri, 6 Jun 2014 21:38:24 +0000 (14:38 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Jun 2014 23:08:17 +0000 (16:08 -0700)
commit4f4c337fb7fb946824a26e78e37b85ef25e0a4a2
treeaf09618e4374a1c21552e9952c4c8d1fa984beb6
parent33041a0d76d3c3e0aff28ac95a2ffdedf1282dbc
fs/dlm/config.c: convert simple_str to kstr

Replace obsolete functions

simple_strtoul/kstrtouint
simple_strtol/kstrtoint
(kstr __must_check requires the right function to be applied)

Signed-off-by: Fabian Frederick <[email protected]>
Cc: Christine Caulfield <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/dlm/config.c