Thread

Commits

  1. Fix typo in comment

  1. Typo in dshash_find() comments

    Julien Rouhaud <rjuju123@gmail.com> — 2021-04-20T12:16:59Z

    Hi,
    
    I just noticed that a comment for dshash_find() mentions:
    
    "caller must not lock a lock already"
    
    Simple patch to rephrase with "hold a lock" attached.
    
  2. Re: Typo in dshash_find() comments

    Magnus Hagander <magnus@hagander.net> — 2021-04-20T12:37:16Z

    On Tue, Apr 20, 2021 at 2:16 PM Julien Rouhaud <rjuju123@gmail.com> wrote:
    >
    > Hi,
    >
    > I just noticed that a comment for dshash_find() mentions:
    >
    > "caller must not lock a lock already"
    >
    > Simple patch to rephrase with "hold a lock" attached.
    
    Pushed, thanks.
    
    
    -- 
     Magnus Hagander
     Me: https://www.hagander.net/
     Work: https://www.redpill-linpro.com/
    
    
    
    
  3. Re: Typo in dshash_find() comments

    Julien Rouhaud <rjuju123@gmail.com> — 2021-04-20T12:39:48Z

    On Tue, Apr 20, 2021 at 02:37:16PM +0200, Magnus Hagander wrote:
    > On Tue, Apr 20, 2021 at 2:16 PM Julien Rouhaud <rjuju123@gmail.com> wrote:
    > >
    > > Hi,
    > >
    > > I just noticed that a comment for dshash_find() mentions:
    > >
    > > "caller must not lock a lock already"
    > >
    > > Simple patch to rephrase with "hold a lock" attached.
    > 
    > Pushed, thanks.
    
    Thanks Magnus!