Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302956d
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Wed, 25 Oct 2006 13:28:40 +0000
(13:28 +0000)
committer
wangdi
<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
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
89a9554
..
28b0286
100644
(file)
--- 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 */