Commit 260219cc48cfb22486e5d0d706c978228a080d63

Authored by Alexey Dobriyan
Committed by Linus Torvalds
1 parent 2f68891314

devpts: remove graffiti

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>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -198,9 +198,6 @@
198 198  
199 199 fsi->ptmx_dentry = dentry;
200 200 rc = 0;
201   -
202   - printk(KERN_DEBUG "Created ptmx node in devpts ino %lu\n",
203   - inode->i_ino);
204 201 out:
205 202 mutex_unlock(&root->d_inode->i_mutex);
206 203 return rc;
... ... @@ -368,8 +365,6 @@
368 365 int err;
369 366 struct pts_fs_info *fsi;
370 367 struct pts_mount_opts *opts;
371   -
372   - printk(KERN_NOTICE "devpts: newinstance mount\n");
373 368  
374 369 err = get_sb_nodev(fs_type, flags, data, devpts_fill_super, mnt);
375 370 if (err)