summaryrefslogtreecommitdiff
path: root/include/linux/spinlock.h
AgeCommit message (Collapse)Author
2022-06-22Fix printk_ratelimited()Kent Overstreet
printk_ratelimited was behind an #ifdef CONFIG_PRINTK, which we don't define, so it was a complete noop - oops. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-02-18Switch to pthread_mutex_t for spinlocks, tooKent Overstreet
This fixes an observed journal deadlock - real spinlocks aren't safe in userspace.
2017-04-04Fix some clang warningsKent Overstreet
the issue in cmd_debug - passing members of struct bpos to kstrtoull, which aren't aligned - was a legit bug
2017-01-20bcache in userspace; userspace fsckKent Overstreet