Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132174
b: refs/heads/master
c: 260219c
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Mar 10, 2009
1 parent 70b4a67 commit 1dd991b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f68891314b14e7e0ef07b4e77a8ea6e917fc74b
refs/heads/master: 260219cc48cfb22486e5d0d706c978228a080d63
5 changes: 0 additions & 5 deletions trunk/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 1dd991b

Please sign in to comment.