]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: don't spam dmesg with stray reply warnings
authorIlya Dryomov <idryomov@gmail.com>
Fri, 19 Feb 2016 10:38:57 +0000 (11:38 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 24 Feb 2016 19:28:51 +0000 (20:28 +0100)
commit3eae73f5da8e5bb18d138dc79b9732fc6a96c437
treeec436be5607036aa661e80e4b4b4c2dfd9cadd24
parenta38e25b13416a33c6891ad7a28089cc977910b64
libceph: don't spam dmesg with stray reply warnings

Commit bd6a025c8ba5 ("libceph: check data_len in ->alloc_msg()")
mistakenly bumped the log level on the "tid %llu unknown, skipping"
message.  Turn it back into a dout() - stray replies are perfectly
normal when OSDs flap, crash, get killed for testing purposes, etc.

Cc: stable@vger.kernel.org # 4.3+
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
net/ceph/osd_client.c