Cont'd [htb3] patch errors on 2.4.19mdk

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Now i applied it again this time answering yes, the only .rej file I got is this :
is it fatal !?
------------------------------------
[root@qos sched]# cat *rej
***************
*** 1117,1123 ****
  	psched_timer.expires = jiffies + 1*HZ;
  #else
  	unsigned long now = jiffies;
- 	psched_time_base = ((u64)now)<<PSCHED_JSCALE;
  	psched_time_mark = now;
  	psched_timer.expires = now + 60*60*HZ;
  #endif
--- 1117,1124 ----
  	psched_timer.expires = jiffies + 1*HZ;
  #else
  	unsigned long now = jiffies;
+ 	//psched_time_base = ((u64)now)<<PSCHED_JSCALE;
+ 	psched_time_base += ((u64)(now-psched_time_mark))<<PSCHED_JSCALE;
  	psched_time_mark = now;
  	psched_timer.expires = now + 60*60*HZ;
  #endif
[root@qos sched]# 
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux