1
0
Fork 0

Revert "UBIFS: add a log overlap assertion"

This reverts commit 545f7fdf6d.

Hujianyang's testing revealed that the patch is bogus.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
hifive-unleashed-5.1
Artem Bityutskiy 2014-07-28 19:14:21 +03:00
parent 49e236bc4a
commit 6390e99177
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}