OSDN Git Service

xen-netback: Functional follow-up patch for grant mapping series
authorZoltan Kiss <zoltan.kiss@citrix.com>
Mon, 24 Mar 2014 23:59:51 +0000 (23:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:33:42 +0000 (16:33 -0400)
commit7aceb47a9df3383b24824c3e4bd4f029e4598fda
treef6a875320312166b874ec5b57ec0541ea7aef900
parent0e59a4a553df312b5308c75085f7f02b12680d12
xen-netback: Functional follow-up patch for grant mapping series

Ian made some late comments about the grant mapping series, I incorporated the
functional outcomes into this patch:

- use callback_param macro to shorten access to pending_tx_info in
  xenvif_fill_frags() and xenvif_tx_submit()
- print an error message in xenvif_idx_unmap() before panic

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/netback.c