commit | b1252858213f39700dac1bc3295b6e88f6cce24b | [log] [tgz] |
---|---|---|
author | Wei Liu <wei.liu2@citrix.com> | Tue Aug 12 11:48:08 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 13 20:07:44 2014 -0700 |
tree | a97ba22dad20761ac3eddcd7cf51463a872c4d60 | |
parent | a64bd934528e26e8956112e43a279fba2ee0634e [diff] |
xen-netback: remove loop waiting function The original implementation relies on a loop to check if all inflight packets are freed. Now we have proper reference counting, there's no need to use loop anymore. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> Cc: Zoltan Kiss <zoltan.kiss@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>