]> git.baikalelectronics.ru Git - 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)
commit64f03b551842f13ea3d125ae9a414b26944f4ce8
tree51d0977823bd825e94ff6ff3dea0e3fe02681608
parent4e047da12997eba2fa6d8482c18bceeaf81383ab
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