Skip to content

Commit

Permalink
exfat: release 5.8.4 version
Browse files Browse the repository at this point in the history
  - Zero out unused characters of FileName field to avoid a complaint from some fsck tool.
  - Fix memory leak on error paths.
  - Fix unnecessary VOL_DIRTY set when calling rmdir on non-empty directory.
  - Call sync_filesystem() for read-only remount(Fix generic/452 test in xfstests)
  - Add own fsync() to flush dirty metadata.
  - fix overflow issue while calculating sector number.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Jul 3, 2020
1 parent 9cbc7e4 commit 4460428
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.1"
#define EXFAT_VERSION "5.8.4"

#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
#define EXFAT_ROOT_INO 1
Expand Down

0 comments on commit 4460428

Please sign in to comment.