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:
776ff80
)
Disable mmap message per Terry's request, too noisy and uninteresting.
author
adilger
<adilger>
Wed, 28 Apr 2004 06:22:50 +0000
(06:22 +0000)
committer
adilger
<adilger>
Wed, 28 Apr 2004 06:22:50 +0000
(06:22 +0000)
lustre/llite/rw.c
patch
|
blob
|
history
diff --git
a/lustre/llite/rw.c
b/lustre/llite/rw.c
index
c59de4c
..
dec6617
100644
(file)
--- a/
lustre/llite/rw.c
+++ b/
lustre/llite/rw.c
@@
-844,7
+844,7
@@
int ll_readpage(struct file *filp, struct page *page)
CDEBUG(D_INODE, "ino %lu page %lu (%llu) didn't match a lock\n",
inode->i_ino, page->index,
(long long)page->index << PAGE_CACHE_SHIFT);
- if (time_after(jiffies, next_print)) {
+ if (
0 &&
time_after(jiffies, next_print)) {
CWARN("ino %lu page %lu (%llu) not covered by "
"a lock (mmap?). check debug logs.\n",
inode->i_ino, page->index,