Skip to content
Commit 54169ddd authored by Richard Weinberger's avatar Richard Weinberger
Browse files

ubifs: Turn two ubifs_assert() into a WARN_ON()



We are going to pass struct ubifs_info to ubifs_assert()
but while unloading the UBIFS module we don't have the info
struct anymore.
Therefore replace the asserts by a regular WARN_ON().

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent c355aa46
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