Skip to content
Snippets Groups Projects
user avatar
Kent Overstreet authored
drop_locks_do() should not be used in a fastpath without first trying
the do in nonblocking mode - the unlock and relock will cause excessive
transaction restarts and potentially livelocking with other threads that
are contending for the same locks.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
46bf2e9c
History
Name Last commit Last update