diff
-	WARN_ON(atomic_read(&eb->refs) == 0);
+	WARN_ON_ONCE(eb && atomic_read(&eb->refs) == 0);
