diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-05-12 18:00:32 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-05-12 20:29:32 -0400 |
commit | 7142075fdac05c8ed3adc51cf39d985171ca9105 (patch) | |
tree | 4f9311464f6d7247577214d45eafadfbfa160e0a /include/linux | |
parent | 6e897639569207885257ac744019b7e5c340fb74 (diff) |
Update bcachefs sources to ed4d21711d bcachefs: Replace a BUG_ON() with fatal errorsnapshot_tree_fix
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/six.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/six.h b/include/linux/six.h index 16ad2073..83023f64 100644 --- a/include/linux/six.h +++ b/include/linux/six.h @@ -49,7 +49,7 @@ * six_trylock_type(lock, type) * six_trylock_convert(lock, from, to) * - * A lock may be held multiple types by the same thread (for read or intent, + * A lock may be held multiple times by the same thread (for read or intent, * not write). However, the six locks code does _not_ implement the actual * recursive checks itself though - rather, if your code (e.g. btree iterator * code) knows that the current thread already has a lock held, and for the |