]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73029f210fb348e34a10111081f30cdd85e88c1c
tree202a8a4fe374c641e39289e828a94c6f3c3e838a
parentaab0e06f832ef6b5e0afbe04adca0c49006d82fe
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