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:
5c359a4
)
ext4: remove unnecessary check in add_dirent_to_buf()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 30 Apr 2012 11:40:00 +0000
(07:40 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 30 Apr 2012 11:40:00 +0000
(07:40 -0400)
None of this function callers ever pass in a NULL inode pointer, so
this check is unnecessary, and the else clause is dead code. (This
change should make the code coverage people a little happier. :-)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found