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
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