diff options
author | Jim Rees <rees@umich.edu> | 2011-02-22 19:31:57 -0500 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-05-29 05:09:46 -0400 |
commit | 3b6445a6f68b839d1b437756b9c72312e33339b2 (patch) | |
tree | a9b6ad5a51d948baf7afc8503110791a3dbc3f79 | |
parent | 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf (diff) |
NFSv4.1: fix typo in filelayout_check_layout
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
-rw-r--r-- | fs/nfs/nfs4filelayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index be79dc9f386d..dd6ccf007673 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c | |||
@@ -428,7 +428,7 @@ filelayout_check_layout(struct pnfs_layout_hdr *lo, | |||
428 | dprintk("--> %s\n", __func__); | 428 | dprintk("--> %s\n", __func__); |
429 | 429 | ||
430 | if (fl->pattern_offset > lgr->range.offset) { | 430 | if (fl->pattern_offset > lgr->range.offset) { |
431 | dprintk("%s pattern_offset %lld to large\n", | 431 | dprintk("%s pattern_offset %lld too large\n", |
432 | __func__, fl->pattern_offset); | 432 | __func__, fl->pattern_offset); |
433 | goto out; | 433 | goto out; |
434 | } | 434 | } |