]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
devpts: Simplify devpts_mount by using mount_nodev
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Sep 2016 18:53:35 +0000 (13:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2016 09:31:31 +0000 (11:31 +0200)
commitc1b241f0c1cfdba6ad90afd5036fa60781bbc363
tree0520690147a57814b063e596f4ae02c7cb552d77
parent180d904442023dfb01c2cdbbf4d17ecd0972081d
devpts: Simplify devpts_mount by using mount_nodev

Now that all of the work of setting up a superblock has been moved to
devpts_fill_super simplify devpts_mount by calling mount_nodev instead
of rolling mount_nodev by hand.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/devpts/inode.c