]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
svcrdma: Remove syslog warnings in work completion handlers
authorChuck Lever <chuck.lever@oracle.com>
Wed, 6 Feb 2019 17:00:57 +0000 (12:00 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 6 Feb 2019 20:37:15 +0000 (15:37 -0500)
commit8820bcaa5bd73db2e28caae98f080a04cb6e2abb
treeffac222300e6f8d73f14cbf7ec616a6d99f0807b
parentc7920f06ae755e2b2f3f14895a5fa148e81db7e2
svcrdma: Remove syslog warnings in work completion handlers

These can result in a lot of log noise, and are able to be triggered
by client misbehavior. Since there are trace points in these
handlers now, there's no need to spam the log.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
net/sunrpc/xprtrdma/svc_rdma_rw.c
net/sunrpc/xprtrdma/svc_rdma_sendto.c
net/sunrpc/xprtrdma/svc_rdma_transport.c