commit | c7b5bb0beb80e5ee993118ae82d0b8264526b6bf | [log] [tgz] |
---|---|---|
author | hujianyang <hujianyang@huawei.com> | Tue Jun 24 11:46:36 2014 +0800 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Jul 19 09:53:51 2014 +0300 |
tree | 05423b7e781a036807e903f15ad7763ea580ec24 | |
parent | b793a8c8885d87d9867fb2dbfdc1ef7b5877d71b [diff] |
UBIFS: remove useless @ecc in struct ubifs_scan_leb 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>