Skip to content

Commit d02ca07

Browse files
punitagrawaljgross1
authored andcommitted
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 <[email protected]> Cc: Boris Ostrovsky <[email protected]> Cc: Juergen Gross <[email protected]> Reviewed-by: Boris Ostrovsky <[email protected]> Signed-off-by: Juergen Gross <[email protected]>
1 parent 96edd61 commit d02ca07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/xen/xenfs/super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ static int __init xenfs_init(void)
8787
if (xen_domain())
8888
return register_filesystem(&xenfs_type);
8989

90-
pr_info("not registering filesystem on non-xen platform\n");
9190
return 0;
9291
}
9392

0 commit comments

Comments
 (0)