projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf96bc0
)
NFSv4.1: Fix typo in dprintk
author
Tom Haynes
<
[email protected]
>
Wed, 4 Jun 2014 22:54:57 +0000
(15:54 -0700)
committer
Trond Myklebust
<
[email protected]
>
Mon, 9 Jun 2014 13:54:42 +0000
(09:54 -0400)
Signed-off-by: Tom Haynes <
[email protected]
>
Signed-off-by: Trond Myklebust <
[email protected]
>
fs/nfs/filelayout/filelayout.c
patch
|
blob
|
history
diff --git
a/fs/nfs/filelayout/filelayout.c
b/fs/nfs/filelayout/filelayout.c
index c7fbc917ae3cb74a99d2048f12057b56195e23ad..d2eba1c13b7eeab12f5eb5e53d3acb878f4f6220 100644
(file)
--- 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 i
on
de %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino,
+ dprintk("%s i
no
de %lu pls_end_pos %lu\n", __func__, hdr->inode->i_ino,
(unsigned long) NFS_I(hdr->inode)->layout->plh_lwb);
}