]> git.baikalelectronics.ru Git - 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)
commit4e047da12997eba2fa6d8482c18bceeaf81383ab
tree62250104e725f5374f8f427b7d75b144c2aad0d8
parent1a4d421232cac975b1ae3f201cfb5ab2d315171d
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