]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
exfat: convert exfat_add_entry() to use dentry cache
authorYuezhang Mo <Yuezhang.Mo@sony.com>
Thu, 4 Aug 2022 08:01:50 +0000 (16:01 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Tue, 19 Mar 2024 11:55:36 +0000 (20:55 +0900)
commitcf8663fa994343941fbbd5c1a7f4d131c366ef2f
treee3741fdc849fa9b3ede4e59161b1af3cbb25d116
parent01da3a5176c62a3310573f593579ebf88b6af5c0
exfat: convert exfat_add_entry() to use dentry cache

After this conversion, if "dirsync" or "sync" is enabled, the
number of synchronized dentries in exfat_add_entry() will change
from 2 to 1.

Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Reviewed-by: Andy Wu <Andy.Wu@sony.com>
Reviewed-by: Aoyama Wataru <wataru.aoyama@sony.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/namei.c