exfat: use i_blocksize() to get blocksize
authorXianting Tian <tian.xianting@h3c.com>
Sat, 15 Aug 2020 10:57:07 +0000 (18:57 +0800)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 21 Oct 2020 23:29:10 +0000 (08:29 +0900)
commit45882a6a0dbd1189defae1a449152f8a8168c274
tree202a8a4fe374c641e39289e828a94c6f3c3e838a
parent9e456aeaacb6b44c5d8f858800d53c1958daad3d
exfat: use i_blocksize() to get blocksize

We alreday has the interface i_blocksize() to get blocksize,
so use it.

Signed-off-by: Xianting Tian <tian.xianting@h3c.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/file.c