From 57aa3ce7de2be045d3bca9dc85459b0a3e99ccc4 Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Wed, 21 Jul 2010 17:19:38 +0400 Subject: [PATCH] b=20247 Dropping PUT error on first mount Remove D_NETERROR from the default value of libcfs_printk --- libcfs/libcfs/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcfs/libcfs/debug.c b/libcfs/libcfs/debug.c index 3e0231a..f8da94a 100644 --- a/libcfs/libcfs/debug.c +++ b/libcfs/libcfs/debug.c @@ -65,7 +65,7 @@ CFS_MODULE_PARM(libcfs_debug_mb, "i", uint, 0644, "Total debug buffer size."); EXPORT_SYMBOL(libcfs_debug_mb); -unsigned int libcfs_printk = (D_CANTMASK | D_NETERROR); +unsigned int libcfs_printk = D_CANTMASK; CFS_MODULE_PARM(libcfs_printk, "i", uint, 0644, "Lustre kernel debug console mask"); EXPORT_SYMBOL(libcfs_printk); -- 1.8.3.1