#include #include /* * These are required system calls, we should * invert the logic eventually and let them * be selected by default. */ #if __BITS_PER_LONG == 32 #define __ARCH_WANT_STAT64 #define __ARCH_WANT_SYS_LLSEEK #endif lapb_in.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
2017-02-06
AgeCommit message (Expand)AuthorFilesLines
net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+2
This patch makes use of is_vlan_dev() function instead of flag comparison which is exactly done by is_vlan_dev() helper function. Signed-off-by: Parav Pandit <parav@mellanox.com> Reviewed-by: Daniel Jurgens <danielj@mellanox.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Jon Maxwell <jmaxwell37@gmail.com> Acked-by: Johannes Thumshirn <jth@kernel.org> Acked-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>