NFSv4.1: fix typo in filelayout_check_layout
Signed-off-by: Jim Rees <rees@umich.edu> Signed-off-by: Benny Halevy <bhalevy@panasas.com>
This commit is contained in:
parent
61c4f2c81c
commit
3b6445a6f6
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ filelayout_check_layout(struct pnfs_layout_hdr *lo,
|
||||||
dprintk("--> %s\n", __func__);
|
dprintk("--> %s\n", __func__);
|
||||||
|
|
||||||
if (fl->pattern_offset > lgr->range.offset) {
|
if (fl->pattern_offset > lgr->range.offset) {
|
||||||
dprintk("%s pattern_offset %lld to large\n",
|
dprintk("%s pattern_offset %lld too large\n",
|
||||||
__func__, fl->pattern_offset);
|
__func__, fl->pattern_offset);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue