diff options
author | Aristeu Rozanski <aris@redhat.com> | 2012-10-25 22:37:41 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-25 23:37:52 +0200 |
commit | 26fd8405dd470cb8b54cb96859b7dd437e5e1391 (patch) | |
tree | c4d77df24842b0d980ccd10e09b00c6230db3176 /fs/xfs/xfs_iomap.c | |
parent | device_cgroup: rename deny_all to behavior (diff) | |
download | linux-26fd8405dd470cb8b54cb96859b7dd437e5e1391.tar.xz linux-26fd8405dd470cb8b54cb96859b7dd437e5e1391.zip |
device_cgroup: stop using simple_strtoul()
Convert the code to use kstrtou32() instead of simple_strtoul() which is
deprecated. The real size of the variables are u32, so use kstrtou32
instead of kstrtoul
Signed-off-by: Aristeu Rozanski <aris@redhat.com>
Cc: Dave Jones <davej@redhat.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Li Zefan <lizefan@huawei.com>
Cc: James Morris <jmorris@namei.org>
Cc: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/xfs/xfs_iomap.c')
0 files changed, 0 insertions, 0 deletions