Skip to content

Commit

Permalink
NFSv4.1: fix typo in filelayout_check_layout
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
  • Loading branch information
Jim Rees authored and Boaz Harrosh committed May 29, 2011
1 parent 61c4f2c commit 3b6445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/nfs4filelayout.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 too large\n",
__func__, fl->pattern_offset);
goto out;
}
Expand Down

0 comments on commit 3b6445a

Please sign in to comment.