commit | a88093adf45ea43c42ffeb3fbbf4e8cdf50c9fd3 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Jan 11 11:23:51 2013 +0100 |
committer | Anders Roxell <anders.roxell@linaro.org> | Fri Jun 26 22:31:31 2015 +0200 |
tree | 5d7ff4e4caeaaeb212835ee6c25654df79e055ce | |
parent | 01263c08068c52086f0c8da24ea6491b38193d54 [diff] |
completion: Use simple wait queues Completions have no long lasting callbacks and therefor do not need the complex waitqueue variant. Use simple waitqueues which reduces the contention on the waitqueue lock. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>