commit | 16ecba2605a3bbd374cd993e532264e2d8de49e5 | [log] [tgz] |
---|---|---|
author | Wei Liu <wei.liu2@citrix.com> | Tue Dec 06 00:08:20 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 06 13:14:24 2011 -0500 |
tree | ce85eeb15a9254da1ccaadca2ca27673183c2f8b | |
parent | 1d187b34daaecbb87aa523ba46b92930a388cb21 [diff] |
netback: remove redundant assignment New value for netbk->mmap_pages[pending_idx] is assigned in xen_netbk_alloc_page(), no need for a second assignment which exposes internal to the outside world. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>