We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7705950 commit 859f936Copy full SHA for 859f936
exfat_fs.h
@@ -11,6 +11,8 @@
11
#include <linux/ratelimit.h>
12
#include <linux/nls.h>
13
14
+#define EXFAT_VERSION "5.8.1"
15
+
16
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
17
#define EXFAT_ROOT_INO 1
18
super.c
@@ -1077,3 +1077,4 @@ MODULE_ALIAS_FS("exfat");
1077
MODULE_LICENSE("GPL");
1078
MODULE_DESCRIPTION("exFAT filesystem support");
1079
MODULE_AUTHOR("Samsung Electronics Co., Ltd.");
1080
+MODULE_VERSION(EXFAT_VERSION);
0 commit comments