Skip to content

Commit b7bc67c

Browse files
committed
exfat: release 5.10.1 version
Major changes are: - Don't clear MediaFailure and VolumeDirty bit in volume flags if these were already set before mounting. - Fix use of uninitialized spinlock on error path. - Fix missing err assignment in exfat_build_inode(). - cleanup codes and remove unneeded codes. Signed-off-by: Namjae Jeon <[email protected]>
1 parent d5eb2e1 commit b7bc67c

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

1616
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
1717
#define EXFAT_ROOT_INO 1

0 commit comments

Comments
 (0)