commit e454d2b1d5db02bae296095e06c0618b5d8db9a8
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 
161723e19be0595b95c3ecd2d270e9b41b007029..bf162aa58a0b8b67603ec59a5fdfb5b2a94b5c4b
 100644
--- a/fs/unionfs/debug.c
+++ b/fs/unionfs/debug.c
@@ -43,7 +43,6 @@ void __unionfs_check_inode(const struct 
   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
   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 f
   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