commit | 33a03aadb52fa05d28aba6d8f0c03c7b3b905897 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Jun 13 02:54:54 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 13 15:46:34 2012 -0700 |
tree | 4e8fdc1321d516c9a297ece6babde6f164475c80 | |
parent | 43b03f1f6d6832d744918947d185a7aee89d1e0f [diff] |
dcbnl: Prepare framework to shorten handling functions There is no need to allocate and send the reply message in each handling function separately. Instead, the reply skb can be allocated and sent in dcb_doit() directly. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>