projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9198f6e
)
locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation...
author
Tom(JeHyeon) Yeon
<tom.yeon@windriver.com>
Wed, 18 Mar 2015 05:03:30 +0000
(14:03 +0900)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 25 Mar 2015 12:43:55 +0000
(13:43 +0100)
The following commit changed "deadlock_detect" to "chwalk":
8930ed80f970
("rtmutex: Cleanup deadlock detector debug logic")
do that rename in the function's documentation as well.
Signed-off-by: Tom(JeHyeon) Yeon <tom.yeon@windriver.com>
Cc: peterz@infradead.org
Link:
http://lkml.kernel.org/r/1426655010-31651-1-git-send-email-tom.yeon@windriver.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/rtmutex.c
patch
|
blob
|
history
diff --git
a/kernel/locking/rtmutex.c
b/kernel/locking/rtmutex.c
index e16e5542bf13f381a36c304b7e6b1ff9b66aaea0..c0b8e9db6b2e050e22448a6185f4e93ac0c75e8c 100644
(file)
--- a/
kernel/locking/rtmutex.c
+++ b/
kernel/locking/rtmutex.c
@@
-349,7
+349,7
@@
static inline struct rt_mutex *task_blocked_on_lock(struct task_struct *p)
*
* @task: the task owning the mutex (owner) for which a chain walk is
* probably needed
- * @
deadlock_detect:
do we have to carry out deadlock detection?
+ * @
chwalk:
do we have to carry out deadlock detection?
* @orig_lock: the mutex (can be NULL if we are walking the chain to recheck
* things for a task that has just got its priority adjusted, and
* is waiting on a mutex)