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:
dc6982f
)
ext4: use ERR_PTR() abstraction for ext4_append()
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 15 Feb 2013 08:35:57 +0000
(
03:35
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 15 Feb 2013 08:35:57 +0000
(
03:35
-0500)
Use ERR_PTR()/IS_ERR() abstraction instead of passing in a separate
pointer to an integer for the error code, as a code cleanup.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found