
OCF depends on ENV_BUG_ON condition to be evaluated as it may have side effects. So simple implementation with "assert(!cond)" is not good enough as it will likely be noop in release build. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
OCF depends on ENV_BUG_ON condition to be evaluated as it may have side effects. So simple implementation with "assert(!cond)" is not good enough as it will likely be noop in release build. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>