Re: [patch] net,bonding: fix bond_options.c direct rwlock.h include

2014-02-14 Thread David Miller
From: Mike Galbraith Date: Fri, 14 Feb 2014 08:21:04 +0100 > drivers/net/bonding/bond_options.c includes rwlock.h directly, > which is a nono, and which also breaks RT kernel build. > > Signed-off-by: Mike Galbraith Applied, thank you. -- To unsubscribe from this list: send the line

Re: [patch] net,bonding: fix bond_options.c direct rwlock.h include

2014-02-14 Thread David Miller
From: Mike Galbraith bitbuc...@online.de Date: Fri, 14 Feb 2014 08:21:04 +0100 drivers/net/bonding/bond_options.c includes rwlock.h directly, which is a nono, and which also breaks RT kernel build. Signed-off-by: Mike Galbraith bitbuc...@online.de Applied, thank you. -- To unsubscribe from

[patch] net,bonding: fix bond_options.c direct rwlock.h include

2014-02-13 Thread Mike Galbraith
drivers/net/bonding/bond_options.c includes rwlock.h directly, which is a nono, and which also breaks RT kernel build. Signed-off-by: Mike Galbraith --- diff --git a/drivers/net/bonding/bond_options.c b/drivers/net/bonding/bond_options.c index 11cb943222d5..c37878432717 100644 ---

[patch] net,bonding: fix bond_options.c direct rwlock.h include

2014-02-13 Thread Mike Galbraith
drivers/net/bonding/bond_options.c includes rwlock.h directly, which is a nono, and which also breaks RT kernel build. Signed-off-by: Mike Galbraith bitbuc...@online.de --- diff --git a/drivers/net/bonding/bond_options.c b/drivers/net/bonding/bond_options.c index 11cb943222d5..c37878432717