On Fri, 15 Apr 2016 09:13:34 +0200 Sebastian Andrzej Siewior wrote: > Frederic's patch made it into 4.5-rc1. What I did yesterday was: > > * sched/cputime: Convert vtime_seqlock to seqcount > * sched/cputime: Clarify vtime symbols and document them > * Revert "vtime: Split lock and seqcount" > > which is what you want, correct? > > > > Signed-off-by: Rik van Riel > > Signed-off-by: Clark Williams > > Sebastian > Yes, that's it. I just wanted to get rid of the redundant locking operations and reduce the accounting overhead by a bit. Thanks! Clark