From: Randy Dunlap Date: Fri, 19 Apr 2013 21:20:07 +0000 (-0700) Subject: ceph: fix printk format warnings in file.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7f29bf2ee4a526efb68f947475ff77a43028de;p=pandora-kernel.git 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 Cc: ceph-devel@vger.kernel.org Signed-off-by: Sage Weil --- Reading git-diff-tree failed