Re: [PATCH 2/3] lift grabbing path into caller of do_dentry_open()
From: Christian Brauner
Date: Thu Aug 22 2024 - 03:54:40 EST
On Thu, Aug 22, 2024 at 01:41:01AM GMT, Al Viro wrote:
> ... and do that after the call. Legitimate, since no ->open()
> instance tries to modify ->f_path. Never had been promised to
> work, never had been done by any such instance, now it's clearly
> forbidden.
>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> ---
Yes, I like it!
Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>