From: wangdi Date: Wed, 25 Oct 2006 13:28:40 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~352 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=295be38faa140f4a810ea2d1b2bfcc447e485202;p=fs%2Flustre-release.git Branch: b_new_cmd change this debug level to VFSTRACE temporarily for debuging read-ahead --- diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 89a9554..28b0286 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -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 */