git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e163a
)
ceph: fix dout() compile warnings in ceph_filemap_fault()
author
Ilya Dryomov
<ilya.dryomov@inktank.com>
Tue, 28 Jan 2014 16:29:29 +0000
(18:29 +0200)
committer
Sage Weil
<sage@inktank.com>
Tue, 28 Jan 2014 17:57:06 +0000
(09:57 -0800)
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>
fs/ceph/addr.c
patch
|
blob
|
history
diff --cc
fs/ceph/addr.c
Simple merge