RE: [PATCH] exfat: fix pointer error checking

From: Namjae Jeon
Date: Wed Aug 26 2020 - 23:16:00 EST


> Fix missing result check of exfat_build_inode().
> And use PTR_ERR_OR_ZERO instead of PTR_ERR.
>
> Signed-off-by: Tetsuhiro Kohada <kohada.t2@xxxxxxxxx>
Pushed it to exfat #dev.
Thanks for your patch!