All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Howells <dhowells@cambridge.redhat.com>
To: "David S. Miller" <davem@redhat.com>
Cc: torvalds@transmeta.com, dhowells@redhat.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] generic rw_semaphores, compile warnings patch
Date: Fri, 20 Apr 2001 08:50:38 +0100	[thread overview]
Message-ID: <24459.987753038@warthog.cambridge.redhat.com> (raw)
In-Reply-To: Your message of "Thu, 19 Apr 2001 16:43:52 PDT." <15071.30776.914468.900710@pizda.ninka.net>

David S. Miller <davem@redhat.com> wrote:
> D.W.Howells writes:
>  > This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained 
>  > when using the generic rwsem implementation.
>
> Have a look at pre5, this is already fixed.

Not entirely so...

There's also a missing "struct rw_semaphore;" declaration in linux/rwsem.h. It
needs to go in the gap below "#include <linux/wait.h>". Otherwise the
declarations for the contention handling functions will give warnings about
the struct being declared in the parameter list.

David

  reply	other threads:[~2001-04-20  7:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-19 23:33 [PATCH] generic rw_semaphores, compile warnings patch D.W.Howells
2001-04-19 23:43 ` David S. Miller
2001-04-20  7:50   ` David Howells [this message]
2001-04-20  7:57     ` David S. Miller
2001-04-20 12:04     ` Ivan Kokshaysky

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=24459.987753038@warthog.cambridge.redhat.com \
    --to=dhowells@cambridge.redhat.com \
    --cc=davem@redhat.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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.