summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2013-02-14 19:16:43 +0100
committerSage Weil <sage@inktank.com>2013-05-02 06:16:38 +0200
commit02afca6ca00b7972887c5cc77068356f33bdfc18 (patch)
treea335532b314d8da309bb7313cc84ae973d3f5ab0 /MAINTAINERS
parentlibceph: record byte count not page count (diff)
downloadlinux-02afca6ca00b7972887c5cc77068356f33bdfc18.tar.xz
linux-02afca6ca00b7972887c5cc77068356f33bdfc18.zip
libceph: isolate message page field manipulation
Define a function ceph_msg_data_set_pages(), which more clearly abstracts the assignment page-related fields for data in a ceph message structure. Use this new function in the osd client and mds client. Ideally, these fields would never be set more than once (with BUG_ON() calls to guarantee that). At the moment though the osd client sets these every time it receives a message, and in the event of a communication problem this can happen more than once. (This will be resolved shortly, but setting up these helpers first makes it all a bit easier to work with.) Rearrange the field order in a ceph_msg structure to group those that are used to define the possible data payloads. This partially resolves: http://tracker.ceph.com/issues/4263 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions