af_packet: remove pgv.flags
authorChangli Gao <xiaosuo@gmail.com>
Wed, 1 Dec 2010 02:52:57 +0000 (02:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Dec 2010 20:59:07 +0000 (12:59 -0800)
As we can check if an address is vmalloc address with is_vmalloc_addr(),
we remove pgv.flags. Then we may get more pg_vecs.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c

Simple merge