diff options
Diffstat (limited to 'fs/configfs/inode.c')
| -rw-r--r-- | fs/configfs/inode.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/configfs/inode.c b/fs/configfs/inode.c index a9d35b0e06c..5946ad98053 100644 --- a/fs/configfs/inode.c +++ b/fs/configfs/inode.c @@ -168,9 +168,8 @@ static void configfs_set_inode_lock_class(struct configfs_dirent *sd,  			 * In practice the maximum level of locking depth is  			 * already reached. Just inform about possible reasons.  			 */ -			printk(KERN_INFO "configfs: Too many levels of inodes" -			       " for the locking correctness validator.\n"); -			printk(KERN_INFO "Spurious warnings may appear.\n"); +			pr_info("Too many levels of inodes for the locking correctness validator.\n"); +			pr_info("Spurious warnings may appear.\n");  		}  	}  }  | 
