]> git.baikalelectronics.ru Git - 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)
commitd48a1688b8fdf71b48b64fe5ae85b6642fc321c7
tree7addcf39fad4d34a7a17f4a2e7c48a1a0dcf109e
parent83254d0962c09e2b99974e729850eb64b74531f1
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