On Mon, Nov 19, 2007 at 05:53:36PM -0800, Joe Perches wrote:
> 
> Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
> ---
>  fs/ufs/dir.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/ufs/dir.c b/fs/ufs/dir.c
> index 30f8c2b..d19dfe8 100644
> --- a/fs/ufs/dir.c
> +++ b/fs/ufs/dir.c
> @@ -180,7 +180,7 @@ bad_entry:
>  Eend:
>       p = (struct ufs_dir_entry *)(kaddr + offs);
>       ufs_error (sb, "ext2_check_page",

If you touch this code, it will be good,
if you also replace "ext2_check_page" with something like __FUNCTION__.

> -                "entry in directory #%lu spans the page boundary"
> +                "entry in directory #%lu spans the page boundary "
>                  "offset=%lu",
>                  dir->i_ino, (page->index<<PAGE_CACHE_SHIFT)+offs);
>  fail:
> -- 
> 1.5.3.5.652.gf192c

-- 
/Evgeniy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to