Skip to content

Commit

Permalink
exfat: release 5.10.1 version
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
namjaejeon committed Oct 12, 2020
1 parent d5eb2e1 commit b7bc67c
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.7"
#define EXFAT_VERSION "5.10.1"

#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
#define EXFAT_ROOT_INO 1
Expand Down

0 comments on commit b7bc67c

Please sign in to comment.