[RFC v2 02/18] blkcg: Added a app identifier support for blkcg
Muneendra Kumar M
muneendra.kumar at broadcom.com
Mon Oct 19 11:20:59 EDT 2020
Hi Tejun,
Thanks for the input.
I will add it my next version.
Regards,
Muneendra.
-----Original Message-----
From: Tejun Heo [mailto:htejun at gmail.com] On Behalf Of Tejun Heo
Sent: Monday, October 19, 2020 8:50 PM
To: Muneendra Kumar M <muneendra.kumar at broadcom.com>
Cc: linux-block at vger.kernel.org; linux-scsi at vger.kernel.org;
linux-nvme at lists.infradead.org; jsmart2021 at gmail.com; emilne at redhat.com;
mkumar at redhat.com; pbonzini at redhat.com
Subject: Re: [RFC v2 02/18] blkcg: Added a app identifier support for
blkcg
On Mon, Oct 19, 2020 at 08:43:05PM +0530, Muneendra Kumar M wrote:
> Hi Tejun,
> Thanks for the input.
> >> + cgrp = cgroup_get_from_kernfs_id(id);
> >> + if (!cgrp)
> >> + return -ENOENT;
> >> +
> > >+ css = cgroup_get_e_css(cgrp, &io_cgrp_subsys);
> >> + if (!css)
> >> + return -ENOENT;
> >> +
> >> + blkcg = css_to_blkcg(css);
> >> + if (!blkcg)
> >> + return -ENOENT;
> > >+ return -EINVAL;
> > >+ strlcpy(blkcg->app_id, buf, len);
>
> >Shouldn't the cgrp and css be put before exit?
> [Muneendra]Correct me if iam wrong.
> You mean to add cgroup_put(cgrp) and css_put(css) before exit ?
Yeah, as-is it'd leak references each time the function is called.
Thanks.
--
tejun
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4177 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-nvme/attachments/20201019/aae8aa80/attachment.p7s>
More information about the Linux-nvme
mailing list