Re: [PATCH 1/1 linux-next] ceph: use %zu for size_t display

2015-01-05 Thread Ilya Dryomov
On Sat, Jan 3, 2015 at 8:02 PM, Fabian Frederick wrote: > Fixes the following 32-bit compilation warning: > fs/ceph/addr.c:1419:2: warning: format '%lu' expects argument of type > 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] > > Signed-off-by: Fabian Frederick > --- >

Re: [PATCH 1/1 linux-next] ceph: use %zu for size_t display

2015-01-05 Thread Ilya Dryomov
On Sat, Jan 3, 2015 at 8:02 PM, Fabian Frederick f...@skynet.be wrote: Fixes the following 32-bit compilation warning: fs/ceph/addr.c:1419:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] Signed-off-by: Fabian Frederick

[PATCH 1/1 linux-next] ceph: use %zu for size_t display

2015-01-03 Thread Fabian Frederick
Fixes the following 32-bit compilation warning: fs/ceph/addr.c:1419:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] Signed-off-by: Fabian Frederick --- fs/ceph/addr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 1/1 linux-next] ceph: use %zu for size_t display

2015-01-03 Thread Fabian Frederick
Fixes the following 32-bit compilation warning: fs/ceph/addr.c:1419:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] Signed-off-by: Fabian Frederick f...@skynet.be --- fs/ceph/addr.c | 2 +- 1 file changed, 1 insertion(+), 1