diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-08-22 16:55:08 +0300 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-08-22 17:41:44 +0300 |
commit | db0f89690639ac1d5f89c0dd9713c2e83dd37281 (patch) | |
tree | 6eba92c96ddbc834dd2b8477fbf46ae4758d32e4 /fs/ubifs/scan.c | |
parent | c45640d87b8272e85d19147dad914a6b82e51370 (diff) | |
download | op-kernel-dev-db0f89690639ac1d5f89c0dd9713c2e83dd37281.zip op-kernel-dev-db0f89690639ac1d5f89c0dd9713c2e83dd37281.tar.gz |
UBIFS: always print full error reports
Even when we are emulating power cuts, otherwise it is difficult to investigate
failures during emulated power cuts testing.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'fs/ubifs/scan.c')
-rw-r--r-- | fs/ubifs/scan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ubifs/scan.c b/fs/ubifs/scan.c index 7c40e60..07a4925 100644 --- a/fs/ubifs/scan.c +++ b/fs/ubifs/scan.c @@ -240,8 +240,6 @@ void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, int len; ubifs_err("corruption at LEB %d:%d", lnum, offs); - if (dbg_is_tst_rcvry(c)) - return; len = c->leb_size - offs; if (len > 8192) len = 8192; |