#!/bin/sh # Runs bitmap infrastructure tests using test_bitmap kernel module if /sbin/modprobe -q test_bitmap; then /sbin/modprobe -q -r test_bitmap echo "bitmap: ok" else echo "bitmap: [FAIL]" exit 1 fi ps://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/net/sched/sch_prio.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/sched/sch_prio.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-1/+1