Re: [PATCH] fs: fix incorrect lflags value in the move_mount syscall

From: Christian Brauner
Date: Mon Aug 11 2025 - 10:10:51 EST


On Mon, Aug 11, 2025 at 01:24:26PM +0800, Yuntao Wang wrote:
> The lflags value used to look up from_path was overwritten by the one used
> to look up to_path.
>
> In other words, from_path was looked up with the wrong lflags value. Fix it.

Right, thanks.