From: Alex Elder <elder@ieee.org>
To: "Yan, Zheng" <zyan@redhat.com>, ceph-devel@vger.kernel.org
Cc: idryomov@gmail.com
Subject: Re: [PATCH 1/3] libceph: properly release STAT request's raw_data_in
Date: Mon, 27 Apr 2015 10:21:00 -0500 [thread overview]
Message-ID: <553E53DC.1000509@ieee.org> (raw)
In-Reply-To: <1430123096-11516-1-git-send-email-zyan@redhat.com>
On 04/27/2015 03:24 AM, Yan, Zheng wrote:
> Signed-off-by: Yan, Zheng <zyan@redhat.com>
Looks good.
Reviewed-by: Alex Elder <elder@linaro.org>
> ---
> 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;
> }
>
prev parent reply other threads:[~2015-04-27 15:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Alex Elder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=553E53DC.1000509@ieee.org \
--to=elder@ieee.org \
--cc=ceph-devel@vger.kernel.org \
--cc=idryomov@gmail.com \
--cc=zyan@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.