OSDN Git Service

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)
commit7a048cec598e1761cdcd63eb3a3c6e390b7661c7
tree7bc6fb4a27ba6226ee7ba30fa779d6e07aef972a
parente6111161c0a02d58919d776eec94b313bb57911f
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