Skip to content

Commit a52427b

Browse files
committed
exfat: release 5.12.3 version
Major changes are: - Add support for FITRIM. - Improve write perofmrance on dirsync mount. - Improve lookup perofmrance. - Fix a bug on discard mount. Signed-off-by: Namjae Jeon <[email protected]>
1 parent f693dd9 commit a52427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exfat_fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <linux/ratelimit.h>
1212
#include <linux/nls.h>
1313

14-
#define EXFAT_VERSION "5.11.1"
14+
#define EXFAT_VERSION "5.12.3"
1515

1616
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
1717
#define EXFAT_ROOT_INO 1

0 commit comments

Comments
 (0)