]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xen: don't print error message in case of missing Xenstore entry
authorJuergen Gross <jgross@suse.com>
Tue, 30 May 2017 18:52:26 +0000 (20:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2017 09:03:50 +0000 (10:03 +0100)
commited7d79ee9e5ec514558f75b39c7f3809ca2e77eb
treea11043606f3af1e074a306ddd2932c635e85dde1
parente24061ae703d4b2c7dc70a7c6d64d57a4dede405
xen: don't print error message in case of missing Xenstore entry

[ Upstream commit 4e93b6481c87ea5afde944a32b4908357ec58992 ]

When registering for the Xenstore watch of the node control/sysrq the
handler will be called at once. Don't issue an error message if the
Xenstore node isn't there, as it will be created only when an event
is being triggered.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/xen/manage.c