commit | 68b7c895be336b19f4c38d7cb500132fabba0afd | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 27 19:41:40 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 28 00:48:43 2010 -0800 |
tree | 13f2a04c86d22abd1c44e9659e54a13c8f939689 | |
parent | 87557c18ac36241b596984589a0889c5c4bf916c [diff] |
bridge: Allow tail-call on br_pass_frame_up This patch allows tail-call on the call to br_pass_frame_up in br_handle_frame_finish. This is now possible because of the previous patch to call br_pass_frame_up last. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>