Home
last modified time | relevance | path

Searched hist:e1091b157c330a21bb0eaa881efe0489a1697ed7 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsuper.cdiff e1091b157c330a21bb0eaa881efe0489a1697ed7 Fri Apr 12 05:37:19 CEST 2013 Lukas Czerner <lczerner@redhat.com> ext4: Use kstrtoul() instead of parse_strtoul()

In parse_strtoul() we're still using deprecated simple_strtoul(). Remove
parse_strtoul() altogether and replace it with kstrtoul()

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>