commit | d67ce7da3b1eda838db7bdca86d7ec28ef37068e | [log] [tgz] |
---|---|---|
author | Paul Durrant <Paul.Durrant@citrix.com> | Thu Mar 02 12:54:25 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 03 09:36:15 2017 -0800 |
tree | cb2d90c092ed661ac3574541e82219db9863e5c0 | |
parent | f7bb3d86a64775e0a7636d211dbd80cbeea6e618 [diff] |
xen-netback: keep a local pointer for vif in backend_disconnect() This patch replaces use of 'be->vif' with 'vif' and hence generally makes the function look tidier. No semantic change. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>