From: Joe Thornber <thornber@redhat.com>
To: Mike Snitzer <snitzer@redhat.com>
Cc: dm-devel@redhat.com, Mikulas Patocka <mpatocka@redhat.com>,
"Alasdair G. Kergon" <agk@redhat.com>
Subject: Re: dm-bufio
Date: Fri, 14 Oct 2011 10:19:15 +0100 [thread overview]
Message-ID: <20111014091914.GB4496@ubuntu> (raw)
In-Reply-To: <20111013223147.GA14220@redhat.com>
On Thu, Oct 13, 2011 at 06:31:47PM -0400, Mike Snitzer wrote:
> On Thu, Oct 13 2011 at 6:19pm -0400,
> Mikulas Patocka <mpatocka@redhat.com> wrote:
>
> > > +static int dm_bufio_trylock(struct dm_bufio_client *c)
> > > +{
> > > + return dm_bufio_trylock(c);
> > > +}
> > > +
> > > +static void dm_bufio_unlock(struct dm_bufio_client *c)
> > > +{
> > > + dm_bufio_unlock(c);
> > > +}
> >
> > These two functions are recursive nonsense :) There should be
> > "return mutex_trylock(&c->lock);" and "mutex_unlock(&c->lock);".
>
> Heheh. Sorry, M-x replace-string gone wild.
>
> Here is a fixed version.
Thanks Mike. If you haven't tested something can you please say, so I
know to run it through the full suite?
- Joe
next prev parent reply other threads:[~2011-10-14 9:19 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-13 15:05 dm-bufio Mikulas Patocka
2011-10-13 19:40 ` dm-bufio Mike Snitzer
2011-10-13 22:19 ` dm-bufio Mikulas Patocka
2011-10-13 22:31 ` dm-bufio Mike Snitzer
2011-10-14 9:19 ` Joe Thornber [this message]
2011-10-14 9:15 ` dm-bufio Joe Thornber
2011-10-14 12:19 ` dm-bufio Joe Thornber
2011-10-17 16:49 ` dm-bufio Mikulas Patocka
2011-10-17 18:01 ` dm-bufio Joe Thornber
-- strict thread matches above, loose matches on Subject: below --
2012-03-23 11:01 dm-bufio Kasatkin, Dmitry
2012-03-23 11:10 ` dm-bufio Zdenek Kabelac
2012-03-23 11:26 ` dm-bufio Kasatkin, Dmitry
2012-03-23 14:12 ` dm-bufio Kasatkin, Dmitry
2012-03-23 14:21 ` dm-bufio Mike Snitzer
2012-03-23 14:29 ` dm-bufio Kasatkin, Dmitry
2012-03-23 14:32 ` dm-bufio Mike Snitzer
2012-03-23 15:17 ` dm-bufio Kasatkin, Dmitry
2012-03-23 21:32 ` dm-bufio Mike Snitzer
2012-03-24 0:04 ` dm-bufio Kasatkin, Dmitry
2012-03-23 16:22 ` dm-bufio Mikulas Patocka
2012-03-23 23:58 ` dm-bufio Kasatkin, Dmitry
2012-03-24 1:07 ` dm-bufio Mikulas Patocka
2012-03-24 18:51 ` dm-bufio Will Drewry
2012-03-27 10:20 ` dm-bufio Kasatkin, Dmitry
2012-03-27 9:56 ` dm-bufio Kasatkin, Dmitry
2011-10-14 19:14 [PATCH] dm-bufio Mikulas Patocka
2011-10-17 10:08 ` Joe Thornber
2011-10-17 12:41 ` dm-bufio Mike Snitzer
2011-09-27 17:20 dm-bufio Mikulas Patocka
2011-09-28 9:41 ` dm-bufio Joe Thornber
2011-09-28 9:51 ` dm-bufio Heinz Mauelshagen
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=20111014091914.GB4496@ubuntu \
--to=thornber@redhat.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.com \
--cc=mpatocka@redhat.com \
--cc=snitzer@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.