aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/idmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/idmap.c')
-rw-r--r--fs/nfs/idmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c
index ff084d258c41..91b1e2a82146 100644
--- a/fs/nfs/idmap.c
+++ b/fs/nfs/idmap.c
@@ -175,7 +175,8 @@ int nfs_idmap_init(void)
175 struct key *keyring; 175 struct key *keyring;
176 int ret = 0; 176 int ret = 0;
177 177
178 printk(KERN_NOTICE "Registering the %s key type\n", key_type_id_resolver.name); 178 printk(KERN_NOTICE "NFS: Registering the %s key type\n",
179 key_type_id_resolver.name);
179 180
180 cred = prepare_kernel_cred(NULL); 181 cred = prepare_kernel_cred(NULL);
181 if (!cred) 182 if (!cred)