bonding: Improve syslog message at device creation time
authorPhil Oester <kernel@linuxace.com>
Mon, 14 Mar 2011 06:22:06 +0000 (06:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Mar 2011 02:29:39 +0000 (19:29 -0700)
commit5f86cad1e8224af9e3b9b43dd84b146a9ff0df87
tree45c7140cd8651fa51a285a4596539a3d56688af1
parente826eafa65c6f1f7c8db5a237556cebac57ebcc5
bonding: Improve syslog message at device creation time

When the bonding module is loaded, it creates bond0 by default.
Then, when attempting to create bond0, the following messages
are printed to syslog:

    kernel: bonding: bond0 is being created...
    kernel: bonding: Bond creation failed.

Which seems to indicate a problem, when in reality there is no
problem.  Since the actual error code is passed down from bond_create,
make use of it to print a bit less ominous message:

    kernel: bonding: bond0 is being created...
    kernel: bond0 already exists.

Signed-off-by: Phil Oester <kernel@linuxace.com>
Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_sysfs.c