2011-02-23 00:31:58

by Jim Rees

[permalink] [raw]
Subject: [PATCH] typo

Signed-off-by: Jim Rees <[email protected]>
---
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 91fe4d0..e3e69d6 100644
--- a/fs/nfs/nfs4filelayout.c
+++ b/fs/nfs/nfs4filelayout.c
@@ -281,7 +281,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;
}
--
1.7.1


2011-02-23 01:23:50

by Benny Halevy

[permalink] [raw]
Subject: Re: [PATCH] typo

Thanks. merged.
Although it's not a critical fix, we should try to push it out
in one of the next submit waves.

Benny

On 2011-02-22 16:31, Jim Rees wrote:
> Signed-off-by: Jim Rees <[email protected]>
> ---
> 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 91fe4d0..e3e69d6 100644
> --- a/fs/nfs/nfs4filelayout.c
> +++ b/fs/nfs/nfs4filelayout.c
> @@ -281,7 +281,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;
> }

2011-02-23 04:41:56

by Fred Isaman

[permalink] [raw]
Subject: Re: [PATCH] typo

On Tue, Feb 22, 2011 at 5:23 PM, Benny Halevy <[email protected]> wrote:
> Thanks. merged.
> Although it's not a critical fix, we should try to push it out
> in one of the next submit waves.
>
> Benny
>

Why in one of the waves? This is an upstream fix. Just send it to Trond.

Fred