]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
devpts: Simplify devpts_mount by using mount_nodev
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 19 Apr 2016 22:52:53 +0000 (17:52 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 22 Sep 2016 18:32:12 +0000 (13:32 -0500)
commitec0a9ba6f201bbb4801344aa11c5d13c1ca27675
tree51d0977823bd825e94ff6ff3dea0e3fe02681608
parent7dd17f713474504fa6d61d666e27b02e4a608abe
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>
fs/devpts/inode.c