commit | 11de8e62de66affb1b5a037ecacb4ee2933a9cb3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Aug 08 15:41:28 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 08 15:41:28 2016 -0700 |
tree | 3db6a7c0a4a3788977b533f636f8dde9d94a4822 | |
parent | 9f3377efa6bc20c234241938ec04f2dca796d6f7 [diff] | |
parent | 09e3636047c6b44dd4cffdbd7cf95fcd3edd3d2e [diff] |
Merge branch 'bna-next' Ivan Vecera says: ==================== bna: remove useless global variables The set removes useless global bnad_list as well as bnad->entry that track a list of driver instances but it is not used anywhere. The associated bnad_list_mutex is removed as well but as it is also used to protect bna_id increment it is necessary to convert bna_id to atomic_t. ==================== Signed-off-by: Ivan Vecera <ivecera@redhat.com>