Skip to content

Commit bed6b02

Browse files
committed
exfat: release 6.0.0 version
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]>
1 parent 03aa12a commit bed6b02

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
@@ -17,7 +17,7 @@
1717
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
1818
#endif
1919

20-
#define EXFAT_VERSION "5.19.1"
20+
#define EXFAT_VERSION "6.0.0"
2121

2222
#define EXFAT_ROOT_INO 1
2323

0 commit comments

Comments
 (0)