aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.h
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2009-12-15 09:50:36 -0800
committerSage Weil <sage@newdream.net>2009-12-21 16:39:51 -0800
commit93c20d98c29ccefa039c3843ccc37122caaf3d31 (patch)
treeed434cc0f9390c2821051979ae1237dd25f97217 /fs/ceph/osd_client.h
parentb3d1dbbdd5670d8a9fb01f7dfb1cac522ff6795a (diff)
downloadkernel_samsung_smdk4412-93c20d98c29ccefa039c3843ccc37122caaf3d31.zip
kernel_samsung_smdk4412-93c20d98c29ccefa039c3843ccc37122caaf3d31.tar.gz
kernel_samsung_smdk4412-93c20d98c29ccefa039c3843ccc37122caaf3d31.tar.bz2
ceph: fix msgpool reservation leak
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Diffstat (limited to 'fs/ceph/osd_client.h')
-rw-r--r--fs/ceph/osd_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h
index 20ee618..2e4cfd1 100644
--- a/fs/ceph/osd_client.h
+++ b/fs/ceph/osd_client.h
@@ -48,6 +48,7 @@ struct ceph_osd_request {
int r_flags; /* any additional flags for the osd */
u32 r_sent; /* >0 if r_request is sending/sent */
int r_prepared_pages, r_got_reply;
+ int r_num_prealloc_reply;
struct ceph_osd_client *r_osdc;
struct kref r_kref;