Re: [PATCH 0/3] use do_mount() instead of ksys_mount()

From: Linus Torvalds
Date: Thu Dec 12 2019 - 12:11:32 EST


On Thu, Dec 12, 2019 at 5:59 AM Dominik Brodowski
<linux@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> This small series replaces all in-kernel calls to the
> userspace-focused wrapper ksys_mount() with calls to
> the kernel-centric do_mount().

If you fix the pointless cast I pointed out, and put it in a git
branch, I'll pull it.

In fact, just do both series in the same branch, they do conceptually
the same thing, after all.

Linus