Re: [PATCH v2 07/16] fs/backing-file: Convert to cred_guard()
From: Vinicius Costa Gomes
Date: Mon Aug 26 2024 - 18:59:57 EST
Miklos Szeredi <miklos@xxxxxxxxxx> writes:
> 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.
>
Will add this note to the commit message.
> Thanks,
> Miklos
Cheers,
--
Vinicius