From c7b5bb0beb80e5ee993118ae82d0b8264526b6bf Mon Sep 17 00:00:00 2001 From: hujianyang Date: Tue, 24 Jun 2014 11:46:36 +0800 Subject: [PATCH] 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-format-patch failed