projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d5b71
)
bcachefs: Fix a userspace build error
author
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 26 Apr 2023 21:47:00 +0000
(17:47 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:00 +0000
(17:10 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/util.h
patch
|
blob
|
history
diff --git
a/fs/bcachefs/util.h
b/fs/bcachefs/util.h
index a57accc592dbdce07307fe0dcd75c84cf733126e..8e37ce01a728af553b6e4073e8fc865df48ebda1 100644
(file)
--- a/
fs/bcachefs/util.h
+++ b/
fs/bcachefs/util.h
@@
-838,4
+838,6
@@
static inline int u8_cmp(u8 l, u8 r)
return cmp_int(l, r);
}
+#include <linux/uuid.h>
+
#endif /* _BCACHEFS_UTIL_H */