NFSv4.1: Fix typo in dprintk
authorTom Haynes <Thomas.Haynes@primarydata.com>
Wed, 4 Jun 2014 22:54:57 +0000 (15:54 -0700)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 9 Jun 2014 13:54:42 +0000 (09:54 -0400)
Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/filelayout/filelayout.c

index c7fbc91..d2eba1c 100644 (file)
@@ -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);
 }