On Mon, Apr 11, 2011 at 6:45 AM, Mike Marciniszyn <[email protected]> wrote: > - !time_after64(tstart, tstart + msecs_to_jiffies(500))) { > + !time_after64(get_jiffies_64(), > + tstart + msecs_to_jiffies(500))) {
By the way, is there any need to use 64-bit jiffies stuff here? Couldn't this be more cleanly written with just time_is_before_jiffies()? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
