Skip to content

Commit

Permalink
exfat: release 6.0.0 version
Browse files Browse the repository at this point in the history
This version number is sync with linux mainline.
Major changes are:
 - Use updated exfat_chain directly instead of snapshot values  in rename.
 - fix the error code of rename syscall.
 - cleanup and suppress the superfluous error messages.
 - remove duplicate directory entry update.
 - fix integer overflow on large partition.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Oct 17, 2022
1 parent 03aa12a commit bed6b02
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 @@ -17,7 +17,7 @@
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
#endif

#define EXFAT_VERSION "5.19.1"
#define EXFAT_VERSION "6.0.0"

#define EXFAT_ROOT_INO 1

Expand Down

0 comments on commit bed6b02

Please sign in to comment.