exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Tue, 2 Nov 2021 21:23:58 +0000 (22:23 +0100)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 10 Jan 2022 02:00:02 +0000 (11:00 +0900)
commit7dee6f57d7f22a89dd214518c778aec448270d4c
tree5c12968215224c6f5d257d0af914ee3024675943
parent8cf058834b11c08b344fc4549b03d723f16c9241
exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()

Also add a local "struct exfat_inode_info *ei" variable to
exfat_truncate() to simplify the code.

Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/file.c
fs/exfat/inode.c
fs/exfat/namei.c
fs/exfat/super.c