projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f68891
)
devpts: remove graffiti
author
Alexey Dobriyan
<
[email protected]
>
Tue, 10 Mar 2009 19:55:51 +0000
(12:55 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 10 Mar 2009 22:55:11 +0000
(15:55 -0700)
Very annoying when working with containters.
Signed-off-by: Alexey Dobriyan <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Cc: "H. Peter Anvin" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/devpts/inode.c
patch
|
blob
|
history
diff --git
a/fs/devpts/inode.c
b/fs/devpts/inode.c
index 5f3231b9633fd1192c3eb974c49f90e2f7addf89..bff4052b05e7003744a57e19b7d38966c7a75d71 100644
(file)
--- a/
fs/devpts/inode.c
+++ b/
fs/devpts/inode.c
@@
-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;
@@
-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;