]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
devpts: Move the creation of /dev/pts/ptmx into fill_super
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 19 Apr 2016 22:51:04 +0000 (17:51 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 22 Sep 2016 18:32:08 +0000 (13:32 -0500)
commit7dd17f713474504fa6d61d666e27b02e4a608abe
tree62250104e725f5374f8f427b7d75b144c2aad0d8
parent208904793abad8892422edad0e712f2d939c496b
devpts: Move the creation of /dev/pts/ptmx into fill_super

The code makes more sense here and things are just clearer.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/devpts/inode.c