diff options
author | Ilya Dryomov <ilya.dryomov@inktank.com> | 2014-01-28 17:29:29 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2014-01-28 18:57:06 +0100 |
commit | 37b52fe60838b135913e877b0c849e59fae587c3 (patch) | |
tree | 8b8c3615c25acb34349ef3fd7823d4cec5a2f231 /drivers/xen/Kconfig | |
parent | libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature (diff) | |
download | linux-37b52fe60838b135913e877b0c849e59fae587c3.tar.xz linux-37b52fe60838b135913e877b0c849e59fae587c3.zip |
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 <zheng.z.yan@intel.com>
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'drivers/xen/Kconfig')
0 files changed, 0 insertions, 0 deletions