NFS: printks in fs/nfs/ should start with NFS:
[deliverable/linux.git] / fs / nfs / idmap.c
index ff084d258c41eae43d4d6069fe3304b59cb17e40..91b1e2a82146b5a8aa5f221d42179820d3d8720f 100644 (file)
@@ -175,7 +175,8 @@ int nfs_idmap_init(void)
        struct key *keyring;
        int ret = 0;
 
-       printk(KERN_NOTICE "Registering the %s key type\n", key_type_id_resolver.name);
+       printk(KERN_NOTICE "NFS: Registering the %s key type\n",
+               key_type_id_resolver.name);
 
        cred = prepare_kernel_cred(NULL);
        if (!cred)
This page took 0.031655 seconds and 5 git commands to generate.