git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8b12c
)
ext4: Use kstrtoul() instead of parse_strtoul()
author
Lukas Czerner
<lczerner@redhat.com>
Fri, 12 Apr 2013 03:37:19 +0000
(23:37 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 12 Apr 2013 03:37:19 +0000
(23:37 -0400)
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>
fs/ext4/super.c
patch
|
blob
|
history
diff --cc
fs/ext4/super.c
Simple merge