From e17fc27c882ac165e097b56cdeb3cd122f6c7314 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 21 Jul 2003 16:31:36 +0000 Subject: [PATCH] b=1505 - Demote some overly-common CERRORs to CDEBUGs - Remove unused MDS-connection bits from filter_connect() --- lustre/obdfilter/filter_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 17f4506..4172f10 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -191,7 +191,7 @@ int filter_get_page_write(struct inode *inode, struct niobuf_local *lnb, /* This page is currently locked, so get a temporary page instead. */ if (page == NULL) { - CDEBUG(D_ERROR,"ino %lu page %ld locked\n", inode->i_ino,index); + CDEBUG(D_INFO, "ino %lu page %ld locked\n", inode->i_ino,index); page = alloc_pages(GFP_KERNEL, 0); /* locked page */ if (page == NULL) { CERROR("no memory for a temp page\n"); -- 1.8.3.1