]> 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>
Wed, 14 Sep 2016 18:53:34 +0000 (13:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2016 09:31:31 +0000 (11:31 +0200)
commit180d904442023dfb01c2cdbbf4d17ecd0972081d
tree7addcf39fad4d34a7a17f4a2e7c48a1a0dcf109e
parentdee87d47365e47078e3ba72a64d50ff25927e498
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/devpts/inode.c