]> xenbits.xensource.com Git - people/pauldu/linux.git/commitdiff
xen-netback: reduce log spam
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 12 Feb 2016 09:35:09 +0000 (09:35 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 12 Feb 2016 09:55:46 +0000 (09:55 +0000)
Remove the "prepare for reconnect" pr_info in xenbus.c. It's largely
uninteresting and the states of the frontend and backend can easily be
observed by watching the (o)xenstored log.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
drivers/net/xen-netback/xenbus.c

index 39a303de20dd4e0f37bfa00d4c5eaade6590519c..bd182cd55dda87c76b3984bbec8cfef493284dd1 100644 (file)
@@ -511,8 +511,6 @@ static void set_backend_state(struct backend_info *be,
                        switch (state) {
                        case XenbusStateInitWait:
                        case XenbusStateConnected:
-                               pr_info("%s: prepare for reconnect\n",
-                                       be->dev->nodename);
                                backend_switch_state(be, XenbusStateInitWait);
                                break;
                        case XenbusStateClosing: