diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-12 14:38:07 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-12 14:42:54 -0400 |
commit | a1764e00cde2c0de798588782f2cc5a2bb307045 (patch) | |
tree | 853d825c8b10f560ab55d72f1930c5db27f4d3d0 /include/linux/console.h | |
parent | 4be409afea5fb4325eecf78d29dc463fcd9c3e31 (diff) |
Update bcachefs sources to 47d1e7a86242 bcachefs: drop packed, aligned from bkey_inode_bufv1.9.3
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/console.h')
-rw-r--r-- | include/linux/console.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index d01aa9a2..31aaa087 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -1,7 +1,8 @@ #ifndef _LINUX_CONSOLE_H_ #define _LINUX_CONSOLE_H_ -#define console_lock() -#define console_unlock() +#define console_lock() do {} while (0) +#define console_trylock() true +#define console_unlock() do {} while (0) #endif /* _LINUX_CONSOLE_H */ |