]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen: Drop un-informative message during boot
authorPunit Agrawal <punit.agrawal@arm.com>
Thu, 20 Jul 2017 11:04:02 +0000 (12:04 +0100)
committerJuergen Gross <jgross@suse.com>
Thu, 27 Jul 2017 17:55:34 +0000 (19:55 +0200)
commitd02ca074f63ba562cc0786121e92e38c59e6d97f
tree9895c4c3005b703a36b658a278fa49ae2cc65fd3
parent96edd61dcf44362d3ef0bed1a5361e0ac7886a63
xen: Drop un-informative message during boot

On systems that are not booted as a Xen domain, the xenfs driver prints
the following message during boot.

[    3.460595] xenfs: not registering filesystem on non-xen platform

As the user chose not to boot a Xen domain, this message does not
provide useful information. Drop this message.

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/xenfs/super.c