[Bugs] [Bug 1416889] Simplify refcount API for free'ing function

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 31 05:04:48 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1416889



--- Comment #3 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/16471 committed in master by Raghavendra G
(rgowdapp at redhat.com) 
------
commit f2ca301bd741e3e3f076cd3f72fcd377bcef2a1a
Author: Niels de Vos <ndevos at redhat.com>
Date:   Thu Jan 26 16:45:51 2017 +0100

    refcount: typecast function for calling on free

    All of the functions called to free the refcounted structure are doing a
    typecast from (void*) to their own type taht is being free'd. This
    really is not needed and the refcount interface is made a little simpler
    without the requirement of typecasting.

    With this small improvement in the API, all callers are updated too.

    Change-Id: I32473b6d1799f62861d4b2d78ea30c09e6c80ab1
    BUG: 1416889
    Signed-off-by: Niels de Vos <ndevos at redhat.com>
    Reviewed-on: https://review.gluster.org/16471
    Smoke: Gluster Build System <jenkins at build.gluster.org>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    Reviewed-by: Xavier Hernandez <xhernandez at datalab.es>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
    Reviewed-by: Kaleb KEITHLEY <kkeithle at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WZ45gmVo7V&a=cc_unsubscribe


More information about the Bugs mailing list