Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
exfat: release 5.8.7 version
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
namjaejeon committed Jul 25, 2020
1 parent 93e2334 commit bb455ac
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.8.4"
#define EXFAT_VERSION "5.8.7"

#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
#define EXFAT_ROOT_INO 1
Expand Down

0 comments on commit bb455ac

Please sign in to comment.