aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTom Haynes <Thomas.Haynes@primarydata.com>2014-06-04 15:54:57 -0700
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-06-09 09:54:42 -0400
commitf383b7e8fd77878c24dc682ced9945ab0930ce86 (patch)
treea9fd142c3c90c6aa2f9355bae349c44ed1c79eb2 /fs/nfs
parentNFSv4.1: Comment is now wrong and redundant to code (diff)
downloadlinux-dev-f383b7e8fd77878c24dc682ced9945ab0930ce86.tar.xz
linux-dev-f383b7e8fd77878c24dc682ced9945ab0930ce86.zip
NFSv4.1: Fix typo in dprintk
Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/filelayout/filelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/filelayout/filelayout.c b/fs/nfs/filelayout/filelayout.c
index c7fbc917ae3c..d2eba1c13b7e 100644
--- a/fs/nfs/filelayout/filelayout.c
+++ b/fs/nfs/filelayout/filelayout.c
@@ -279,7 +279,7 @@ filelayout_set_layoutcommit(struct nfs_pgio_data *wdata)
return;
pnfs_set_layoutcommit(wdata);
- dprintk("%s ionde %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino,
+ dprintk("%s inode %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino,
(unsigned long) NFS_I(hdr->inode)->layout->plh_lwb);
}