All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] libceph: properly release STAT request's raw_data_in
@ 2015-04-27  8:24 Yan, Zheng
  2015-04-27  8:24 ` [PATCH 2/3] libceph: allow setting osd_req_op's flags Yan, Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yan, Zheng @ 2015-04-27  8:24 UTC (permalink / raw)
  To: ceph-devel; +Cc: idryomov, Yan, Zheng

Signed-off-by: Yan, Zheng <zyan@redhat.com>
---
 net/ceph/osd_client.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index 41a4abc..b93531f 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -296,6 +296,9 @@ static void osd_req_op_data_release(struct ceph_osd_request *osd_req,
 	case CEPH_OSD_OP_CMPXATTR:
 		ceph_osd_data_release(&op->xattr.osd_data);
 		break;
+	case CEPH_OSD_OP_STAT:
+		ceph_osd_data_release(&op->raw_data_in);
+		break;
 	default:
 		break;
 	}
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-27 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  8:24 [PATCH 1/3] libceph: properly release STAT request's raw_data_in Yan, Zheng
2015-04-27  8:24 ` [PATCH 2/3] libceph: allow setting osd_req_op's flags Yan, Zheng
2015-04-27 15:24   ` Alex Elder
2015-04-27  8:24 ` [PATCH 3/3] ceph: check OSD caps before read/write Yan, Zheng
2015-04-27 15:21 ` [PATCH 1/3] libceph: properly release STAT request's raw_data_in Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.