]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
bcachefs: Add missing include
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 7 May 2025 20:34:35 +0000 (16:34 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:50 +0000 (20:14 -0400)
fix debug build in userspace

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/util.h

index 14cb2c7dfda4396f97b3b7ed66434d21ad82ab93..25cf61ebd40cb1090122a1fc9a9fbcef2509b186 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/log2.h>
 #include <linux/percpu.h>
 #include <linux/preempt.h>
+#include <linux/random.h>
 #include <linux/ratelimit.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>