commit | 5ca584d935c32906d114924dc0e1dbfcbb13fdb2 | [log] [tgz] |
---|---|---|
author | Waiman Long <longman@redhat.com> | Tue May 28 12:03:45 2019 -0400 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue May 28 11:12:00 2019 -0700 |
tree | 3798f09c5d4d3a4142f01a784d1a76e05d371fa2 | |
parent | c0090c4c85c27d1fa3d785c935501b7207cd2869 [diff] |
futex: Consolidate duplicated timer setup code Add a new futex_setup_timer() helper function to consolidate all the hrtimer_sleeper setup code. Signed-off-by: Waiman Long <longman@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Darren Hart <dvhart@infradead.org> Cc: Davidlohr Bueso <dave@stgolabs.net> Link: https://lkml.kernel.org/r/20190528160345.24017-1-longman@redhat.com