RE: [PATCH] exfat: use i_blocksize() to get blocksize

2020-08-17 Thread Namjae Jeon
> We alreday has the interface i_blocksize() to get blocksize, so use it. > > Signed-off-by: Xianting Tian Pushed it into exfat #dev. Thanks for your patch!

[PATCH] exfat: use i_blocksize() to get blocksize

2020-08-15 Thread Xianting Tian
We alreday has the interface i_blocksize() to get blocksize, so use it. Signed-off-by: Xianting Tian --- fs/exfat/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/exfat/file.c b/fs/exfat/file.c index a6a063830..163b599db 100644 --- a/fs/exfat/file.c +++ b/fs/exfat/fi