Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26e252df authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NET_SCHED]: kill PSCHED_AUDIT_TDIFF

parent 76d643cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ typedef long psched_tdiff_t;
#define PSCHED_TADD(tv, delta)		((tv) += (delta))
#define PSCHED_SET_PASTPERFECT(t)	((t) = 0)
#define PSCHED_IS_PASTPERFECT(t)	((t) == 0)
#define	PSCHED_AUDIT_TDIFF(t)

struct qdisc_watchdog {
	struct hrtimer	timer;
+0 −2
Original line number Diff line number Diff line
@@ -820,8 +820,6 @@ cbq_update(struct cbq_sched_data *q)
			idle -= L2T(&q->link, len);
			idle += L2T(cl, len);

			PSCHED_AUDIT_TDIFF(idle);

			PSCHED_TADD2(q->now, idle, cl->undertime);
		} else {
			/* Underlimit */