commit | 93c20d98c29ccefa039c3843ccc37122caaf3d31 | [log] [tgz] |
---|---|---|
author | Yehuda Sadeh <yehuda@hq.newdream.net> | Tue Dec 15 09:50:36 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Mon Dec 21 16:39:51 2009 -0800 |
tree | ed434cc0f9390c2821051979ae1237dd25f97217 | |
parent | b3d1dbbdd5670d8a9fb01f7dfb1cac522ff6795a [diff] [blame] |
ceph: fix msgpool reservation leak Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
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 @@ 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;