commit | cc50a07a247e17db76b1f0b0ca06652556e04fa3 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jun 09 15:44:48 2016 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Thu Jun 23 15:47:31 2016 -0500 |
tree | 64060a2d84ef06285de1f1a13008899dec16a2dc | |
parent | 67690f937c38bbab1d94cb45f6a32e61612834ae [diff] |
userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag Now that SB_I_NODEV controls the nodev behavior devpts can just clear this flag during mount. Simplifying the code and making it easier to audit how the code works. While still preserving the invariant that s_iflags is only modified during mount. Acked-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>