https://github.com/torvalds/linux
Revision efcb3cf7f00c3c424db012380a8a974c2676a3c8 authored by Tejun Heo on 09 January 2009, 10:19:14 UTC, committed by Linus Torvalds on 09 January 2009, 19:54:22 UTC
Convert WARN_ON() on command issue/completion paths to WARN_ON_ONCE()
so that libata doesn't spam the machine even when one of those
conditions triggers repeatedly.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 43529c9
History
Tip revision: efcb3cf7f00c3c424db012380a8a974c2676a3c8 authored by Tejun Heo on 09 January 2009, 10:19:14 UTC
libata: use WARN_ON_ONCE on hot paths
Tip revision: efcb3cf

back to top