- refcount_acquire() returns the old value, use that to assert that the old value was non-zero.
- refcount_release() already asserts that the refcount value is non-zero, so don't bother asserting that again in the jail code.
- Use __diagused instead of having separate implementations for INVARIANTS and !INVARIANTS.
No functional change intended.