]> git.sesse.net Git - bcachefs-tools-debian/commit
Fix cpu_relax()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 13 Feb 2023 22:51:14 +0000 (17:51 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 13 Feb 2023 22:51:14 +0000 (17:51 -0500)
commitc1677df62edb8be05caf7a6862b599f8e74c404f
treefd824bf54f45701bd027dc33f978512deb0cd43e
parent1b2d60826974e31b9894b6d5aa59b0e7e62823cd
Fix cpu_relax()

cpu_relax() is supposed to be a compiler barrier - this fixes a bug with
btree_write_buffer_flush() getting stuck.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/kernel.h