diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-05-20 16:18:50 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-05-23 13:59:53 +0200 |
commit | 9ec2690758a5467f24beb301cca5098078073bba (patch) | |
tree | e5bc78f690d12635a56460ea6f54b49318221dc8 /fs/freevxfs | |
parent | 250f972d85effad5b6e10da4bbd877e6a4b503b6 (diff) | |
download | linux-9ec2690758a5467f24beb301cca5098078073bba.tar.bz2 |
timerfd: Manage cancelable timers in timerfd
Peter is concerned about the extra scan of CLOCK_REALTIME_COS in the
timer interrupt. Yes, I did not think about it, because the solution
was so elegant. I didn't like the extra list in timerfd when it was
proposed some time ago, but with a rcu based list the list walk it's
less horrible than the original global lock, which was held over the
list iteration.
Requested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'fs/freevxfs')
0 files changed, 0 insertions, 0 deletions