Skip to content

Commit

Permalink
devpts: remove graffiti
Browse files Browse the repository at this point in the history
Very annoying when working with containters.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Mar 10, 2009
1 parent 2f68891 commit 260219c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fs/devpts/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ static int mknod_ptmx(struct super_block *sb)

fsi->ptmx_dentry = dentry;
rc = 0;

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

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

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

0 comments on commit 260219c

Please sign in to comment.