commit | f1db320ec5788d5fcc05c0285bd0980319185497 | [log] [tgz] |
---|---|---|
author | Wei Liu <[email protected]> | Thu May 16 23:24:28 2013 +0000 |
committer | David S. Miller <[email protected]> | Fri May 17 18:23:07 2013 -0700 |
tree | d0ad0733650e893ec36314acaea1875a04639ac4 | |
parent | 650c8496702f2910c506ccf66685893302e1796e [diff] |
xen-netback: remove dead code The array mmap_pages is never touched in the initialization function. This is remnant of mapping mechanism, which does not exist upstream. In current upstream code this array only tracks usage of pages inside netback. Those pages are allocated when contructing a SKB and passed directly to network subsystem. Signed-off-by: Wei Liu <[email protected]> Acked-by: Ian Campbell <[email protected]> Signed-off-by: David S. Miller <[email protected]>