Whamcloud - gitweb
LU-459 quiet too noisy console messages at mount
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-dynlocks-common-sles11.patch
index 34dc2c8..97e92d2 100644 (file)
@@ -39,7 +39,7 @@ diff -rupN 2.6.27.21/fs/ext4/dynlocks.c 2.6.27.21_1//fs/ext4/dynlocks.c
 +{
 +      int rc = 0;
 +
-+      printk(KERN_INFO "init dynlocks cache\n");
++      /* printk(KERN_INFO "init dynlocks cache\n"); */
 +      dynlock_cachep = kmem_cache_create("dynlock_cache",
 +                                       sizeof(struct dynlock_handle),
 +                                       0,
@@ -54,7 +54,7 @@ diff -rupN 2.6.27.21/fs/ext4/dynlocks.c 2.6.27.21_1//fs/ext4/dynlocks.c
 +
 +void __exit dynlock_cache_exit(void)
 +{
-+      printk(KERN_INFO "exit dynlocks cache\n");
++      /* printk(KERN_INFO "exit dynlocks cache\n"); */
 +      kmem_cache_destroy(dynlock_cachep);
 +}
 +