Whamcloud - gitweb
b=1505
authorphil <phil>
Mon, 21 Jul 2003 16:31:36 +0000 (16:31 +0000)
committerphil <phil>
Mon, 21 Jul 2003 16:31:36 +0000 (16:31 +0000)
- Demote some overly-common CERRORs to CDEBUGs
- Remove unused MDS-connection bits from filter_connect()

lustre/obdfilter/filter_io.c

index 17f4506..4172f10 100644 (file)
@@ -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");