]> git.baikalelectronics.ru Git - kernel.git/commit
xen: drop writing error messages to xenstore
authorJuergen Gross <jgross@suse.com>
Tue, 9 Oct 2018 16:09:59 +0000 (18:09 +0200)
committerJuergen Gross <jgross@suse.com>
Fri, 26 Oct 2018 07:17:16 +0000 (09:17 +0200)
commitc2767d569c5dbcda8ff771da1ab6bc73886b00e9
tree7bc6fb4a27ba6226ee7ba30fa779d6e07aef972a
parent730f568e2a6677bbc3a154cebb0b7d36fbef7e28
xen: drop writing error messages to xenstore

xenbus_va_dev_error() will try to write error messages to Xenstore
under the error/<dev-name>/error node (with <dev-name> something like
"device/vbd/51872"). This will fail normally and another message
about this failure is added to dmesg.

I believe this is a remnant from very ancient times, as it was added
in the first pvops rush of commits in 2007.

So remove the additional message when writing to Xenstore failed as
a minimum step.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracel.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/xenbus/xenbus_client.c