RE: [PATCH v2] exfat: add missing brelse() calls on error paths

From: Namjae Jeon
Date: Wed Jun 10 2020 - 23:41:17 EST


> If the second exfat_get_dentry() call fails then we need to release "old_bh" before returning. There
> is a similar bug in exfat_move_file().
>
> Fixes: 5f2aa075070c ("exfat: add inode operations")
> Reported-by: Markus Elfring <Markus.Elfring@xxxxxx>
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Applied. Thanks!