summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4filelayout.c
diff options
context:
space:
mode:
authorWeston Andros Adamson2012-01-26 19:32:22 +0100
committerTrond Myklebust2012-02-07 00:47:59 +0100
commitf9fd2d9c1f3b512c9794abbbd76c77a6e6de57aa (patch)
treec6496c3820eeb799c7326abb531308363f5be724 /fs/nfs/nfs4filelayout.c
parentSUNRPC: remove an unneeded NULL check in xprt_connect() (diff)
downloadkernel-qcow2-linux-f9fd2d9c1f3b512c9794abbbd76c77a6e6de57aa.tar.gz
kernel-qcow2-linux-f9fd2d9c1f3b512c9794abbbd76c77a6e6de57aa.tar.xz
kernel-qcow2-linux-f9fd2d9c1f3b512c9794abbbd76c77a6e6de57aa.zip
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/nfs4filelayout.c')
-rw-r--r--fs/nfs/nfs4filelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c
index b4f8f9624afa..9a058b8c2888 100644
--- a/fs/nfs/nfs4filelayout.c
+++ b/fs/nfs/nfs4filelayout.c
@@ -575,7 +575,7 @@ filelayout_decode_layout(struct pnfs_layout_hdr *flo,
goto out_err_free;
fl->fh_array[i]->size = be32_to_cpup(p++);
if (sizeof(struct nfs_fh) < fl->fh_array[i]->size) {
- printk(KERN_ERR "Too big fh %d received %d\n",
+ printk(KERN_ERR "NFS: Too big fh %d received %d\n",
i, fl->fh_array[i]->size);
goto out_err_free;
}