search for: tmp_vif_state

Displaying 1 result from an estimated 1 matches for "tmp_vif_state".

2007 Oct 03
0
[PATCH 6/6] Network acceleration improvements
...nce taken when the vif_state hooks @@ -623,6 +634,8 @@ int netfront_accelerator_call_remove(str int netfront_accelerator_call_remove(struct netfront_info *np, struct xenbus_device *dev) { + struct netfront_accelerator *accelerator = np->accelerator; + struct netfront_accel_vif_state *tmp_vif_state; struct netfront_accel_hooks *hooks; unsigned flags; int rc = 0; @@ -633,23 +646,53 @@ int netfront_accelerator_call_remove(str * call to prevent the accelerator being able to modify the * hooks in the middle (by, for example, unloading) */ - if (np->accel_vif_state.hooks) { - s...