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:
b793a8c
)
UBIFS: remove useless @ecc in struct ubifs_scan_leb
author
hujianyang
<hujianyang@huawei.com>
Tue, 24 Jun 2014 03:46:36 +0000
(11:46 +0800)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Sat, 19 Jul 2014 06:53:51 +0000
(09:53 +0300)
We set @ecc in ubifs_scan_leb only if leb_read returns EBADMSG and
do not use it any more. This patch removes this variable and adds
comments about EBADMSG handling.
Artem: re-phrase commentaries
Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found