GIT: unionfs2-2.6.27.y: debug: remove unnecessarily verbose debugging printk's
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:18 EDT 2010
commit 3ee14a9c4586177984af83ffe9294c8af0db60f8
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Sat May 19 17:14:27 2007 -0400
debug: remove unnecessarily verbose debugging printk's
diff --git a/fs/unionfs/debug.c b/fs/unionfs/debug.c
index 161723e..ba33b48 100644
--- a/fs/unionfs/debug.c
+++ b/fs/unionfs/debug.c
@@ -43,8 +43,6 @@ void __unionfs_check_inode(const struct inode *inode,
struct super_block *sb;
int printed_caller = 0;
- printk("_PCi(%ld:%o):%p:%s:%s:%d\n",
- inode->i_ino,inode->i_mode,inode,fname,fxn,line);
/* for inodes now */
BUG_ON(!inode);
sb = inode->i_sb;
@@ -114,8 +112,6 @@ void __unionfs_check_dentry(const struct dentry *dentry,
struct vfsmount *lower_mnt;
int printed_caller = 0;
- printk("_PCd(%s):%p:%p:%s:%s:%d\n",dentry->d_name.name,dentry,dentry->d_inode,
- fname,fxn,line);
BUG_ON(!dentry);
sb = dentry->d_sb;
inode = dentry->d_inode;
@@ -274,7 +270,6 @@ void __unionfs_check_file(const struct file *file,
struct super_block *sb;
int printed_caller = 0;
- printk("_PCf(%s):%p:%s:%s:%d\n",file->f_dentry->d_name.name,file,fname,fxn,line);
BUG_ON(!file);
dentry = file->f_dentry;
sb = dentry->d_sb;
More information about the unionfs-cvs
mailing list