]> Git Repo - linux.git/commit - mm/filemap.c
list: add "list_del_init_careful()" to go with "list_empty_careful()"
authorLinus Torvalds <[email protected]>
Thu, 23 Jul 2020 19:33:41 +0000 (12:33 -0700)
committerLinus Torvalds <[email protected]>
Mon, 3 Aug 2020 03:39:44 +0000 (20:39 -0700)
commitc6fe44d96fc1536af5b11cd859686453d1b7bfd1
tree189b4815c4bc68a6bd65c833f6b38cc7ca4088fb
parent2a9127fcf2296674d58024f83981f40b128fffea
list: add "list_del_init_careful()" to go with "list_empty_careful()"

That gives us ordering guarantees around the pair.

Signed-off-by: Linus Torvalds <[email protected]>
include/linux/list.h
kernel/sched/wait.c
mm/filemap.c
This page took 0.056846 seconds and 4 git commands to generate.