commit da7ef75be280cde36d729769c715fb40232b01da
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Sat May 19 18:30:03 2007 -0400

    debug: remove unnecessarily verbose debugging printk's

diff --git a/fs/unionfs/debug.c b/fs/unionfs/debug.c
index 161723e..bf162aa 100644
--- a/fs/unionfs/debug.c
+++ b/fs/unionfs/debug.c
@@ -43,7 +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);
@@ -114,8 +113,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 +271,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;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to