[PATCH tty-next 3/6] devpts: Simplify devpts_mount by using mount_nodev

2016-09-14 Thread Eric W. Biederman
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" --- fs/devpts/inode.c | 19 +-- 1 file changed,

[PATCH tty-next 3/6] devpts: Simplify devpts_mount by using mount_nodev

2016-09-14 Thread Eric W. Biederman
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" --- fs/devpts/inode.c | 19 +-- 1 file changed, 1 insertion(+), 18