diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/exfat/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exfat/namei.c b/fs/exfat/namei.c index 98f67e632ad1..337197ece599 100644 --- a/fs/exfat/namei.c +++ b/fs/exfat/namei.c @@ -345,6 +345,7 @@ static int exfat_find_empty_entry(struct inode *inode, if (ei->start_clu == EXFAT_EOF_CLUSTER) { ei->start_clu = clu.dir; p_dir->dir = clu.dir; + hint_femp.eidx = 0; } /* append to the FAT chain */ |