From 5ef62f56ab50c5799f713e3a42f5c7ad7e8283d3 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 13 May 2023 00:13:57 -0400 Subject: Update bcachefs sources to 400f275d46 bcachefs: Fix check_overlapping_extents() --- include/linux/six.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') 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 -- cgit v1.2.3