diff options
author | Weston Andros Adamson <dros@netapp.com> | 2012-01-26 13:32:22 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-02-06 18:47:59 -0500 |
commit | f9fd2d9c1f3b512c9794abbbd76c77a6e6de57aa (patch) | |
tree | c6496c3820eeb799c7326abb531308363f5be724 /fs/nfs/idmap.c | |
parent | 87e3c0553fcbea79bf9f17fc5694484ecf3ae5e8 (diff) |
NFS: printks in fs/nfs/ should start with NFS:
Messages like "Got error -10052 from the server on DESTROY_SESSION. Session
has been destroyed regardless" can be confusing to users who aren't very
familiar with NFS.
NOTE: This patch ignores any printks() that start by printing __func__ - that
will be in a separate patch.
Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/idmap.c')
-rw-r--r-- | fs/nfs/idmap.c | 3 |
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) |