commit | 6f7c156c08d5eaa9fff2bd062f0a2b9d09a1e7a9 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Wed Jun 08 14:33:08 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 09 00:08:39 2011 -0700 |
tree | 6132ae6aa5fadcb9566e5b50d4a4ad1a39323e79 | |
parent | a504b86e718a425ea4a34e2f95b5cf0545ddfd8d [diff] |
tun: dont force inline of functions Current standard practice is to not mark most functions as inline and let compiler decide instead. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>