lkml.org 
[lkml]   [2018]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] refcount: always allow checked forms
    On Tue, Jul 03, 2018 at 12:33:20PM +0200, Andrea Parri wrote:
    > Hi Mark,
    >
    > a typo below:
    >
    >
    > > /**
    > > - * refcount_inc - increment a refcount
    > > + * refcount_inc_checked - increment a refcount
    > > * @r: the refcount to increment
    > > *
    > > * Similar to atomic_inc(), but will saturate at UINT_MAX and WARN.
    > > @@ -148,14 +146,14 @@ EXPORT_SYMBOL(refcount_inc_not_zero);
    > > * Will WARN if the refcount is 0, as this represents a possible use-after-free
    > > * condition.
    > > */
    > > -void refcount_inc(refcount_t *r)
    > > +void refcount_inc_chcked(refcount_t *r)
    >
    > s/chcked/checked

    The kbuild test robot also just spotted this; I've fixed tht up locally
    and pushed it out to my atomics/refcount-checked branch.

    Thanks for the spot!

    Mark.

    \
     
     \ /
      Last update: 2018-07-03 13:40    [W:5.137 / U:0.636 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site