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 <linkinjeon@kernel.org>
This commit is contained in:
Namjae Jeon 2022-10-17 16:35:31 +09:00
parent 03aa12a9fd
commit bed6b023a1

View File

@ -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