Hello, Jan. On Mon, Aug 26, 2019 at 03:54:52PM +0200, Jan Kara wrote: > As I've checked, you should be using get_jiffies_64() to get value of > jiffies_64. Also for comparisons of jiffie values, I think you should be > using time_after64() and similar functions instead of direct comparisons... Yeah, good point. I always forget that with jiffies_64. Will post an updated series soon. Thanks. -- tejun