commit | ed751e683c563be64322b9bfa0f0f7e5da9bd37c | [log] [tgz] |
---|---|---|
author | Jingoo Han <[email protected]> | Wed Sep 11 14:20:08 2013 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Sep 11 15:56:56 2013 -0700 |
tree | 26924e471815468d5cb49c5f989c5f2058e100e8 | |
parent | bb8e0e84b30afc9827931c9773d75d5c99fcddff [diff] |
block/blk-sysfs.c: replace strict_strtoul() with kstrtoul() The usage 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]>