Re: [PATCH 1/3] ovl: don't warn when the mount is completed from another user namespace
Christian Brauner <[email protected]>
| Newsgroups | org.kernel.vger.stable,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-unionfs,org.kvack.linux-mm |
|---|---|
| Message-ID | <20260825-ganoven-waldweg-lappalie-3252be210162@brauner> |
> Just one comment on this (I know it's been merged, will do a fixup
> patch): EIO should be turned into EINVAL.
>
> The EIO was used to signal an internal error (commit 9efb069de4ba
> ("ovl: add warning on user_ns mismatch")) , which is no longer the
> case.
Sounds good, thanks!