
- WARN_ON(atomic_read(&eb->refs) == 0);
+ WARN_ON_ONCE(atomic_read(&eb->refs) == 0 && "Extent buffer has zero references");
