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:
661aa52
)
ext4: remove unneeded variable in ext4_xattr_check_block()
author
Zheng Liu
<wenqing.lz@taobao.com>
Mon, 20 Feb 2012 22:53:05 +0000
(17:53 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 20 Feb 2012 22:53:05 +0000
(17:53 -0500)
We could return directly from ext4_xattr_check_block(). Thus, we
shouldn't need to define a 'error' variable.
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found