[PATCH] fs: remove excess check for in_userns
Seth Forshee
seth.forshee at canonical.com
Tue Mar 15 06:45:45 PDT 2016
On Tue, Mar 15, 2016 at 03:09:00PM +0300, Pavel Tikhomirov wrote:
> If in_userns returns false mnt_may_suid also returns false, and we
> will reach second(removed) if-check only in case it does not trigger,
> so remove it.
We had a somewhat lengthy discussion previously where one of the
conclusions was that we'd have that check in both places even though
it's redundant. Iirc the reason was that though they're doing the same
test they're doing so to answer different questions, so we should have
the test in both places (or something along those lines).
Thanks,
Seth
More information about the linux-mtd
mailing list