aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/configfs/inode.c')
-rw-r--r--fs/configfs/inode.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/configfs/inode.c b/fs/configfs/inode.c
index a9d35b0e06cf..5946ad98053f 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,
168 * In practice the maximum level of locking depth is 168 * In practice the maximum level of locking depth is
169 * already reached. Just inform about possible reasons. 169 * already reached. Just inform about possible reasons.
170 */ 170 */
171 printk(KERN_INFO "configfs: Too many levels of inodes" 171 pr_info("Too many levels of inodes for the locking correctness validator.\n");
172 " for the locking correctness validator.\n"); 172 pr_info("Spurious warnings may appear.\n");
173 printk(KERN_INFO "Spurious warnings may appear.\n");
174 } 173 }
175 } 174 }
176} 175}