From: adilger Date: Wed, 28 Apr 2004 06:22:50 +0000 (+0000) Subject: Disable mmap message per Terry's request, too noisy and uninteresting. X-Git-Tag: v1_8_0_110~486^5~231 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ddaef8c7a427ca1b76ac93ea31b89cdd81675242;p=fs%2Flustre-release.git Disable mmap message per Terry's request, too noisy and uninteresting. --- diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index c59de4c..dec6617 100644 --- 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,