]> Git Repo - linux.git/commit
net/packet: remove unused PGV_FROM_VMALLOC definition.
authorRosen, Rami <[email protected]>
Tue, 18 Jul 2017 19:23:30 +0000 (22:23 +0300)
committerDavid S. Miller <[email protected]>
Wed, 19 Jul 2017 23:27:48 +0000 (16:27 -0700)
commit8410095730c0874eb265bbcc87e9ec0d0ff8c183
tree3bf99a846d9665fc645cfa3f205c1937f63367de
parenteeef1713cacdb3cf657c9830e5a4c61e7f35c60a
net/packet: remove unused PGV_FROM_VMALLOC definition.

This patch removes the definition of PGV_FROM_VMALLOC from af_packet.c.
The PGV_FROM_VMALLOC definition was already removed by
commit 441c793a5650 ("net: cleanup unused macros in net directory"),
and its usage was removed even before by commit c56b4d90123b
("af_packet: remove pgv.flags"); but it was added back by mistake later on,
in commit f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation").

Signed-off-by: Rami Rosen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/packet/af_packet.c
This page took 0.0477959999999999 seconds and 4 git commands to generate.