exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
authorYuezhang Mo <Yuezhang.Mo@sony.com>
Thu, 17 Mar 2022 10:12:40 +0000 (18:12 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 12 Dec 2022 02:02:49 +0000 (11:02 +0900)
commit3b9681acb0ef739343d8cfd35e054aab9597f1dc
tree6e245673917dfc00b498e6d6a15cd65021ba6061
parent20914ff6dd56dd6b548bf5dd90bff09ef89999e4
exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()

Since struct exfat_entry_set_cache is allocated from stack,
no need to free, so rename exfat_free_dentry_set() to
exfat_put_dentry_set(). After renaming, the new function pair
is exfat_get_dentry_set()/exfat_put_dentry_set().

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/inode.c
fs/exfat/namei.c