Skip to content

Commit

Permalink
Revert "UBIFS: add a log overlap assertion"
Browse files Browse the repository at this point in the history
This reverts commit 545f7fd.

Hujianyang's testing revealed that the patch is bogus.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
  • Loading branch information
dedekind committed Jul 28, 2014
1 parent 49e236b commit 6390e99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ubifs/misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6390e99

Please sign in to comment.