diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2015-01-13 11:03:03 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2015-01-15 15:01:45 -0500 |
commit | 3fe04ee9f91084e7e6e999b09b8b15bcf97375e8 (patch) | |
tree | e6114e9643a87905b704c7103252e181043432ff /lib/average.c | |
parent | 2397aa8b515f7bd77c8d5698170b6a98fdd6721c (diff) | |
download | op-kernel-dev-3fe04ee9f91084e7e6e999b09b8b15bcf97375e8.zip op-kernel-dev-3fe04ee9f91084e7e6e999b09b8b15bcf97375e8.tar.gz |
svcrdma: Scrub BUG_ON() and WARN_ON() call sites
Current convention is to avoid using BUG_ON() in places where an
oops could cause complete system failure.
Replace BUG_ON() call sites in svcrdma with an assertion error
message and allow execution to continue safely.
Some BUG_ON() calls are removed because they have never fired in
production (that we are aware of).
Some WARN_ON() calls are also replaced where a back trace is not
helpful; e.g., in a workqueue task.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'lib/average.c')
0 files changed, 0 insertions, 0 deletions