Skip to content

Commit 859f936

Browse files
committed
exfat: add exfat version
cat /sys/module/exfat/version 5.8.1 Signed-off-by: Namjae Jeon <[email protected]>
1 parent 7705950 commit 859f936

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

exfat_fs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <linux/ratelimit.h>
1212
#include <linux/nls.h>
1313

14+
#define EXFAT_VERSION "5.8.1"
15+
1416
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
1517
#define EXFAT_ROOT_INO 1
1618

super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,3 +1077,4 @@ MODULE_ALIAS_FS("exfat");
10771077
MODULE_LICENSE("GPL");
10781078
MODULE_DESCRIPTION("exFAT filesystem support");
10791079
MODULE_AUTHOR("Samsung Electronics Co., Ltd.");
1080+
MODULE_VERSION(EXFAT_VERSION);

0 commit comments

Comments
 (0)