block: replace strict_strtoul() with kstrtoul()
authorJingoo Han <[email protected]>
Wed, 11 Sep 2013 21:20:07 +0000 (14:20 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Sep 2013 22:56:56 +0000 (15:56 -0700)
commitbb8e0e84b30afc9827931c9773d75d5c99fcddff
tree1d1b6b4135933cc375570f6016d8295299c916f6
parente1403b8edf669ff49bbdf602cc97fefa2760cb15
block: replace strict_strtoul() with kstrtoul()

The use of strict_strtoul() is not preferred, because strict_strtoul() is
obsolete.  Thus, kstrtoul() should be used.

Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/block/osdblk.c
drivers/block/rbd.c
drivers/block/xen-blkback/xenbus.c