Re: [PATCH v2 07/16] fs/backing-file: Convert to cred_guard()
From: Miklos Szeredi
Date: Thu Aug 22 2024 - 04:32:03 EST
On Thu, 22 Aug 2024 at 03:25, Vinicius Costa Gomes
<vinicius.gomes@xxxxxxxxx> wrote:
>
> Replace the override_creds_light()/revert_creds_light() pairs of
> operations to cred_guard().
I'd note here, that in some cases the revert will happen later than
previously, but (hopefully) you have verified that in these cases it
won't make a difference.
Thanks,
Miklos