bcachefs: add module description to fix modpost warning
authorBrian Foster <bfoster@redhat.com>
Wed, 13 Sep 2023 14:14:30 +0000 (10:14 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:13 +0000 (17:10 -0400)
modpost produces the following warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in fs/bcachefs/bcachefs.o

Add a module description for bcachefs.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/super.c

index a00dc4a4a2c9d79dfadc47b0466af083e6a5af01..94e296397e3238a24c73d48a7e54c7e5c096b61f 100644 (file)
@@ -69,6 +69,7 @@
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Kent Overstreet <kent.overstreet@gmail.com>");
+MODULE_DESCRIPTION("bcachefs filesystem");
 
 #define KTYPE(type)                                                    \
 static const struct attribute_group type ## _group = {                 \