Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bonding: reduce scope of some global variables
Many of the bond param variables are declared global while it's not really necessary for these variables to be global. So moving them to the location these are used. Signed-off-by: Mahesh Bandewar <maheshb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information