[stgt] [PATCH] bs_sheepdog.c: fix length modifier of eprintf in read_write_object()

FUJITA Tomonori fujita.tomonori at lab.ntt.co.jp
Thu Nov 28 18:02:33 CET 2013


On Fri, 29 Nov 2013 01:18:06 +0900
Ryusuke Konishi <konishi.ryusuke at lab.ntt.co.jp> wrote:

> On 32-bit environments, the sheepdog driver causes the following
> compile warning because "%lx" is used for uint64_t type variables:
> 
> cc -c -DUSE_SIGNALFD -DUSE_TIMERFD -D_GNU_SOURCE -I. -g -O2
> -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC
> -DTGT_VERSION=\"\" -DBSDIR=\"/lib/tgt/backing-store\" bs_sheepdog.c -o
> bs_sheepdog.o
> bs_sheepdog.c: In function 'read_write_object':
> bs_sheepdog.c:682: warning: format '%lx' expects type 'long unsigned
> int', but argument 5 has type 'uint64_t'
> bs_sheepdog.c:682: warning: format '%lx' expects type 'long unsigned
> int', but argument 6 has type 'uint64_t'
> 
> This fixes the issue by using PRIx64 length modifier instead of "%lx".
> 
> Signed-off-by: Ryusuke Konishi <konishi.ryusuke at lab.ntt.co.jp>
> Cc: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> ---
>  usr/bs_sheepdog.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the stgt mailing list