]> git.neil.brown.name Git - history.git/commit
[PATCH] fix compares of jiffies
authorTim Schmielau <tim@physik3.uni-rostock.de>
Thu, 26 Sep 2002 16:01:59 +0000 (09:01 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 26 Sep 2002 16:01:59 +0000 (09:01 -0700)
commitd19b3a36ddef4b414d2b2bfa170d9898ac6c3bdf
treefab234325f13c3abd7f0fa4781bf3df92826019e
parent55c38fecd6776c7bc4f12d30abedf6933f9222a3
[PATCH] fix compares of jiffies

on rechecking the current stable kernel code, I found some places where jiffies
were compared in a way that seems to break when they wrap. For these,
I made up patches to use the macros "time_before()" or "time_after()"
that are supposed to handle wraparound correctly.
drivers/usb/storage/sddr55.c