On 2020/5/7 15:59, Eric Biggers wrote:
From: Eric Biggers ebiggers@google.com
We need to call fscrypt_free_filename() to free the memory allocated by fscrypt_setup_filename().
Fixes: b06af2aff28b ("f2fs: convert inline_dir early before starting rename")
Thanks for fixing this.
Cc: stable@vger.kernel.org # v5.6+ Signed-off-by: Eric Biggers ebiggers@google.com
Reviewed-by: Chao Yu yuchao0@huawei.com
Thanks,