exfat: remove unneeded codes from __exfat_rename()
authorYuezhang Mo <Yuezhang.Mo@sony.com>
Mon, 15 Aug 2022 02:15:16 +0000 (10:15 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 12 Dec 2022 02:02:50 +0000 (11:02 +0900)
commit015c0d4f6b1e65857de88279f07d7ecc5e305137
tree5412eef6e3b2414b097e5f6403fd0ada9ee16555
parent088f1343d9108c16fca064951d85e6de9f5cab42
exfat: remove unneeded codes from __exfat_rename()

The code gets the dentry, but the dentry is not used, remove the
code.

Code refinement, no functional changes.

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