Re: [PATCH] staging: lustre: Use %ld to format long

From: Greg Kroah-Hartman
Date: Wed Jun 18 2014 - 18:28:09 EST


On Mon, Jun 16, 2014 at 08:59:45AM +0200, Geert Uytterhoeven wrote:
> Hi Greg,
>
> On Wed, Jun 11, 2014 at 7:00 PM, Geert Uytterhoeven
> <geert@xxxxxxxxxxxxxx> wrote:
> > drivers/staging/lustre/lustre/llite/rw26.c: In function âll_direct_IO_26â:
> > drivers/staging/lustre/lustre/llite/rw26.c:388: warning: format â%zdâ expects type âsigned size_tâ, but argument 6 has type âlong intâ
> > drivers/staging/lustre/lustre/llite/rw26.c:388: warning: format â%zdâ expects type âsigned size_tâ, but argument 10 has type âlong intâ
> >
> > Introduced by commit b41a1fe067c34b40736860458b9d62b2139471d5 ("staging:
> > lustre: Use %zd to format ssize_t"), which was part of a series to fix
> > issues in -next. However, the commits introducing the issues never made it
> > to mainline.
>
> They have now, so please drop this patch.

Now dropped :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/