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:
37b52fe
)
ceph: cast PAGE_SIZE to size_t in ceph_sync_write()
author
Ilya Dryomov
<ilya.dryomov@inktank.com>
Tue, 28 Jan 2014 17:16:18 +0000
(19:16 +0200)
committer
Sage Weil
<sage@inktank.com>
Tue, 28 Jan 2014 17:57:21 +0000
(09:57 -0800)
Use min_t(size_t, ...) instead of plain min(), which does strict type
checking, to avoid compile warning on i386.
Cc: Jianpeng Ma <majianpeng@gmail.com>
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
fs/ceph/file.c
patch
|
blob
|
history
diff --cc
fs/ceph/file.c
Simple merge