Skip to content

Commit bb455ac

Browse files
committed
exfat: release 5.8.7 version
Description for this pull request: - fix wrong size update of stream entry. - fix endianness of upname in name_hash computation. Signed-off-by: Namjae Jeon <[email protected]>
1 parent 93e2334 commit bb455ac

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.8.4"
14+
#define EXFAT_VERSION "5.8.7"
1515

1616
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
1717
#define EXFAT_ROOT_INO 1

0 commit comments

Comments
 (0)