]> git.baikalelectronics.ru Git - 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)
commita70dac4a83c82bfaba86bbc21e8e56557d2d2af1
tree0520690147a57814b063e596f4ae02c7cb552d77
parentd48a1688b8fdf71b48b64fe5ae85b6642fc321c7
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