From: hujianyang Date: Tue, 24 Jun 2014 03:46:36 +0000 (+0800) Subject: UBIFS: remove useless @ecc in struct ubifs_scan_leb X-Git-Tag: omap-for-v3.17/fixes-against-rc2~86^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b5bb0beb80e5ee993118ae82d0b8264526b6bf;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed