Whamcloud - gitweb
Branch: b_new_cmd
authorwangdi <wangdi>
Wed, 25 Oct 2006 13:28:40 +0000 (13:28 +0000)
committerwangdi <wangdi>
Wed, 25 Oct 2006 13:28:40 +0000 (13:28 +0000)
change this debug level to VFSTRACE temporarily for debuging read-ahead

lustre/llite/file.c

index 89a9554..28b0286 100644 (file)
@@ -1378,7 +1378,7 @@ repeat:
         }
 
         chunk = end - *ppos + 1;
-        CDEBUG(D_INFO, "Read ino %lu, "LPSZ" bytes, offset %lld, i_size %llu\n",
+        CDEBUG(D_VFSTRACE, "Read ino %lu, "LPSZ" bytes, offset %lld, i_size %llu\n",
                inode->i_ino, chunk, *ppos, inode->i_size);
 
         /* turn off the kernel's read-ahead */