]> git.neil.brown.name Git - LaFS.git/commitdiff
Remove some tracing that isn't needed any more.
authorNeil Brown <neilb@suse.de>
Wed, 25 Feb 2009 04:40:21 +0000 (15:40 +1100)
committerNeil Brown <neilb@suse.de>
Wed, 25 Feb 2009 04:40:21 +0000 (15:40 +1100)
.. well that is a drop in the bucket really, but this was added recently
so was more obvious.   And every bit helps.

index.c

diff --git a/index.c b/index.c
index bf302fdf623aba4b41cfe2125b17c91c0c21d863..d257b3cfe20d6d54e60c95d70534503333337cc9 100644 (file)
--- a/index.c
+++ b/index.c
@@ -1337,10 +1337,6 @@ int lafs_find_next(struct inode *ino, loff_t *bnump)
                        hole = 0; /* first block lives in inode */
                putdref(b);
 
-               if ((ino->i_mode & S_IFMT) == S_IFDIR)
-                       printk("DIR3 find next %llu, %d\n",
-                              (unsigned long long)*bnump,
-                              hole);
                rv = 1;
                if (!hole)
                        break;