Commit 6390e991 authored by Artem Bityutskiy's avatar Artem Bityutskiy

Revert "UBIFS: add a log overlap assertion"

This reverts commit 545f7fdf.

Hujianyang's testing revealed that the patch is bogus.
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent 49e236bc
......@@ -297,7 +297,6 @@ static inline int ubifs_next_log_lnum(const struct ubifs_info *c, int lnum)
if (lnum > c->log_last)
lnum = UBIFS_LOG_LNUM;
ubifs_assert(lnum != c->ltail_lnum);
return lnum;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment