namespace: remove redundant .has_prefix=false
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Wed, 29 Aug 2018 23:20:48 +0000 (00:20 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Sep 2018 08:23:01 +0000 (17:23 +0900)
commitfcac12d15059f5bb2503827ad2002ccbdb0d22dd
treeb097782e7662480bbb4a84702d6963744000831c
parent4a756839e6598164fb5a74e631261b1d0589fa11
namespace: remove redundant .has_prefix=false

The MountEntry's added for EMPTY_DIR work very similarly to the TMPFS ones.
In both cases, .has_prefix is false.  In fact, .has_prefix is false in
*all* the MountEntry's we add except for the access mounts (READONLY etc).

But EMPTY_DIR stuck out by explicitly setting .has_prefix = false.
Let's remove that.
src/core/namespace.c