You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into core/locking
*git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace tip/rtmutex: rtmutex: Simplify PI algorithm and make highest prio task get lock
This commit is contained in:
+4
-3
@@ -736,10 +736,11 @@ next:
|
||||
}
|
||||
}
|
||||
/*
|
||||
* The iftag must have been set somewhere because otherwise
|
||||
* we would return immediated at the beginning of the function
|
||||
* We need not to tag the root tag if there is no tag which is set with
|
||||
* settag within the range from *first_indexp to last_index.
|
||||
*/
|
||||
root_tag_set(root, settag);
|
||||
if (tagged > 0)
|
||||
root_tag_set(root, settag);
|
||||
*first_indexp = index;
|
||||
|
||||
return tagged;
|
||||
|
||||
Reference in New Issue
Block a user