Re: [PATCH RFC 1/3] fs: introduce helper d_path_fast()

From: Linus Torvalds
Date: Sat May 08 2021 - 18:55:27 EST


On Sat, May 8, 2021 at 3:46 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> static inline struct mount *real_mount(struct vfsmount *mnt)
> {
> return container_of(mnt, struct mount, mnt);

Too subtle for me indeed.

Linus