Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 260219cc authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

devpts: remove graffiti



Very annoying when working with containters.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2f688913
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -198,9 +198,6 @@ static int mknod_ptmx(struct super_block *sb)


	fsi->ptmx_dentry = dentry;
	fsi->ptmx_dentry = dentry;
	rc = 0;
	rc = 0;

	printk(KERN_DEBUG "Created ptmx node in devpts ino %lu\n",
			inode->i_ino);
out:
out:
	mutex_unlock(&root->d_inode->i_mutex);
	mutex_unlock(&root->d_inode->i_mutex);
	return rc;
	return rc;
@@ -369,8 +366,6 @@ static int new_pts_mount(struct file_system_type *fs_type, int flags,
	struct pts_fs_info *fsi;
	struct pts_fs_info *fsi;
	struct pts_mount_opts *opts;
	struct pts_mount_opts *opts;


	printk(KERN_NOTICE "devpts: newinstance mount\n");

	err = get_sb_nodev(fs_type, flags, data, devpts_fill_super, mnt);
	err = get_sb_nodev(fs_type, flags, data, devpts_fill_super, mnt);
	if (err)
	if (err)
		return err;
		return err;