Skip to content

Commit

Permalink
exfat: release 5.12.3 version
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
namjaejeon committed Mar 24, 2021
1 parent f693dd9 commit a52427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfat_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <linux/ratelimit.h>
#include <linux/nls.h>

#define EXFAT_VERSION "5.11.1"
#define EXFAT_VERSION "5.12.3"

#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
#define EXFAT_ROOT_INO 1
Expand Down

0 comments on commit a52427b

Please sign in to comment.