projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c4f2c
)
NFSv4.1: fix typo in filelayout_check_layout
author
Jim Rees
<rees@umich.edu>
Wed, 23 Feb 2011 00:31:57 +0000
(19:31 -0500)
committer
Boaz Harrosh
<bharrosh@panasas.com>
Sun, 29 May 2011 09:09:46 +0000
(12:09 +0300)
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
fs/nfs/nfs4filelayout.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4filelayout.c
b/fs/nfs/nfs4filelayout.c
index be79dc9f386da265328c1975127e8f577c85ed25..dd6ccf0076734067b3615e6a5f24fdfc18473f7e 100644
(file)
--- a/
fs/nfs/nfs4filelayout.c
+++ b/
fs/nfs/nfs4filelayout.c
@@
-428,7
+428,7
@@
filelayout_check_layout(struct pnfs_layout_hdr *lo,
dprintk("--> %s\n", __func__);
if (fl->pattern_offset > lgr->range.offset) {
- dprintk("%s pattern_offset %lld to large\n",
+ dprintk("%s pattern_offset %lld to
o
large\n",
__func__, fl->pattern_offset);
goto out;
}