summaryrefslogtreecommitdiff
path: root/include/linux/sort.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-08-17 20:22:13 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-08-18 00:17:11 -0400
commit905297ad0fab4b2a2b48acfde9392f1abf4ce8fa (patch)
tree3432f3b961b4947ea6b571fda650c33573f6b8f8 /include/linux/sort.h
parentc1c4d03aa6923dadc7cc31fcff37a6243b51d0b4 (diff)
Update bcachefs sources to d863521e4078 bcachefs: BCH_IOCTL_DISK_SET_STATE_v2
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/sort.h')
-rw-r--r--include/linux/sort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sort.h b/include/linux/sort.h
index d8a86590..4f45c7dc 100644
--- a/include/linux/sort.h
+++ b/include/linux/sort.h
@@ -27,5 +27,6 @@ static inline void sort(void *base, size_t num, size_t size,
}
#define sort_nonatomic(...) sort(__VA_ARGS__)
+#define sort_r_nonatomic(...) sort_r(__VA_ARGS__)
#endif