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:
00d0988
)
ext4: remove redundant check for first_not_zeroed in ext4_register_li_request
author
Tao Ma
<boyu.mt@taobao.com>
Mon, 9 May 2011 14:28:41 +0000
(10:28 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 9 May 2011 14:28:41 +0000
(10:28 -0400)
We have checked first_not_zeroed == ngroups already above, so remove
this redundant check.
sbi->s_li_request = NULL above is also removed since it is NULL
already.
Cc: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found