]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kclient: don't keep reply ref in osd_request; just parse out the result
authorSage Weil <sage@newdream.net>
Thu, 20 Aug 2009 21:45:51 +0000 (14:45 -0700)
committerSage Weil <sage@newdream.net>
Thu, 20 Aug 2009 21:45:51 +0000 (14:45 -0700)
commit0266f877adfb29cb0d349808102c57af85c0a732
treee12e4fbf58b3fd4f47cba16c81e04934848de15d
parent7f320847fea9e61a61717b51b69005b75873c43d
kclient: don't keep reply ref in osd_request; just parse out the result

This requires a few new flags: r_prepared_pages, so we only do that
once, and r_got_reply, so we only parse the result once.
src/kernel/osd_client.c
src/kernel/osd_client.h