git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43529c9
)
libata: use WARN_ON_ONCE on hot paths
author
Tejun Heo
<tj@kernel.org>
Fri, 9 Jan 2009 10:19:14 +0000
(19:19 +0900)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 9 Jan 2009 19:54:22 +0000
(11:54 -0800)
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>
No differences found