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:
1319518
)
ext4: use IS_ERR() to check for errors in ext4_error_file
author
Dan Carpenter
<error27@gmail.com>
Mon, 10 Jan 2011 17:10:50 +0000
(12:10 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 10 Jan 2011 17:10:50 +0000
(12:10 -0500)
d_path() returns an ERR_PTR and it doesn't return NULL. This is in
ext4_error_file() and no one actually calls ext4_error_file().
Signed-off-by: Dan Carpenter <error27@gmail.com>
No differences found