From: Ilya Dryomov Date: Tue, 28 Jan 2014 16:29:29 +0000 (+0200) Subject: ceph: fix dout() compile warnings in ceph_filemap_fault() X-Git-Tag: v3.14-rc1~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b52fe60838b135913e877b0c849e59fae587c3;p=pandora-kernel.git ceph: fix dout() compile warnings in ceph_filemap_fault() PAGE_CACHE_SIZE is unsigned long on all architectures, however size_t is either unsigned int or unsigned long. Rather than change format strings, cast PAGE_CACHE_SIZE to size_t to be in line with dout()s in ceph_page_mkwrite(). Cc: Yan, Zheng Signed-off-by: Ilya Dryomov Reviewed-by: Sage Weil --- Reading git-diff-tree failed