Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat

Pull exfat fix from Namjae Jeon:

- Use updated exfat_chain directly instead of snapshot values in
rename.

* tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat:
exfat: use updated exfat_chain directly during renaming

+3 -1
+3 -1
fs/exfat/namei.c
··· 1198 1198 return -ENOENT; 1199 1199 } 1200 1200 1201 - exfat_chain_dup(&olddir, &ei->dir); 1201 + exfat_chain_set(&olddir, EXFAT_I(old_parent_inode)->start_clu, 1202 + EXFAT_B_TO_CLU_ROUND_UP(i_size_read(old_parent_inode), sbi), 1203 + EXFAT_I(old_parent_inode)->flags); 1202 1204 dentry = ei->entry; 1203 1205 1204 1206 ep = exfat_get_dentry(sb, &olddir, dentry, &old_bh);