ceph: fix printk format warnings in file.c
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 19 Apr 2013 21:20:07 +0000 (14:20 -0700)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:18:57 +0000 (21:18 -0700)
commitac7f29bf2ee4a526efb68f947475ff77a43028de
tree1b9b82cb9020a81322f9e37e5057eac82002b81b
parent1ac0fc8adfc725660ee53a953b06855f64f8e792
ceph: fix printk format warnings in file.c

Fix printk format warnings by using %zd for 'ssize_t' variables:

fs/ceph/file.c:751:2: warning: format '%ld' expects argument of type 'long int', but argument 11 has type 'ssize_t' [-Wformat]
fs/ceph/file.c:762:2: warning: format '%ld' expects argument of type 'long int', but argument 11 has type 'ssize_t' [-Wformat]

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: ceph-devel@vger.kernel.org
Signed-off-by: Sage Weil <sage@inktank.com>
fs/ceph/file.c