btrfs: replace simple_strtoull() with kstrtoull()
authorZhangZhen <zhenzhang.zhang@huawei.com>
Tue, 13 May 2014 08:36:08 +0000 (16:36 +0800)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:51 +0000 (17:20 -0700)
commit58dfae6365666e26cb2d172dc437773120fc4e1a
treef8bff7528251c99e981e204dc7f2922a252bac15
parent298658414a2f0bea1f05a81876a45c1cd96aa2e0
btrfs: replace simple_strtoull() with kstrtoull()

use the newer and more pleasant kstrtoull() to replace simple_strtoull(),
because simple_strtoull() is marked for obsoletion.

Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ioctl.c